aports/testing/sysls/APKBUILD
ptrcnull d6e150e932
testing/*: rebuild against python 3.12
this is only a partial rebuild,
including stuff that i built on my personal machine
with python 3.12.2; might fail with 3.12.3
2024-04-15 17:00:47 +02:00

25 lines
661 B
Plaintext

# Contributor: Luca Weiss <luca@z3ntu.xyz>
# Maintainer: Martijn Braam <martijn@brixit.nl>
pkgname=sysls
pkgver=2
pkgrel=1
pkgdesc="Nicer ls for sysfs directories"
url="https://git.sr.ht/~martijnbraam/sysls"
arch="all"
license="GPL-3.0-only"
makedepends="py3-setuptools"
source="sysls-$pkgver.tar.gz::https://git.sr.ht/~martijnbraam/sysls/archive/$pkgver.tar.gz"
options="!check" # no tests
build() {
python3 setup.py build
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="
f99fc36fd42fb044d5d69a17f5fe0d93d8edd1dd0093ee9c5445afa05630b7258a8d50aecbf5cbe2588e00a78152195061d12fc527db25b02284c2507c911aba sysls-2.tar.gz
"