From 43b362a34677898baa14d2c17e184bee43a0a66d Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 8 Jan 2020 22:11:16 +0000 Subject: user/*: Modernise / fix syntax / deps / metadata --- user/cram/APKBUILD | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'user/cram/APKBUILD') diff --git a/user/cram/APKBUILD b/user/cram/APKBUILD index 73bb7c8cc..505e64ef8 100644 --- a/user/cram/APKBUILD +++ b/user/cram/APKBUILD @@ -8,26 +8,23 @@ url="https://bitheap.org/cram/" arch="noarch" license="GPL-2.0-only" depends="python3" -makedepends="cmd:which" checkdepends="coverage" +makedepends="cmd:which" subpackages="" source="https://bitheap.org/cram/cram-$pkgver.tar.gz die-py2-die.patch " build() { - cd "$builddir" make PYTHON=python3 } check() { - cd "$builddir" # tests are not 100% coverage make PYTHON=python3 check || true } package() { - cd "$builddir" # we can't use make because there's no --root option python3 setup.py install --prefix=/usr --root="$pkgdir" } -- cgit v1.2.3-70-g09d2