blob: 8c21ff8fc31ad392c47f7ead251f32c0d7e1f74d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
pkgbase = python-launcher
pkgdesc = Launch your Python interpreter the lazy/smart way!
pkgver = 1.0.0
pkgrel = 3
url = https://github.com/brettcannon/python-launcher
arch = x86_64
license = MIT
makedepends = rust
makedepends = cargo
source = python-launcher-1.0.0.tar.gz::https://github.com/brettcannon/python-launcher/archive/refs/tags/v1.0.0.tar.gz
sha512sums = ff37ebce5532b37ac073d3fb9decc2c40b9cf5b04da5d0fdbf13bf2d04364beb97c0015210977b889d3c366b74225904da71bc0a66f386240ee66ff7c0648357
pkgname = python-launcher
|