psykose eee33c09cb
testing/witchery: fix install location
this only installed a file as usr/bin and was unusable
2022-05-17 13:22:16 +02:00

32 lines
877 B
Plaintext

# Maintainer: Ariadne Conill <ariadne@dereferenced.org>
pkgname=witchery
pkgver=0.0.3
pkgrel=1
pkgdesc="build distroless images with Alpine tools"
url="https://github.com/kaniini/witchery"
arch="noarch"
license="ISC"
depends="alpine-sdk"
makedepends=""
checkdepends=""
install=""
subpackages=""
source="https://github.com/kaniini/witchery/archive/v$pkgver/witchery-$pkgver.tar.gz
correct-install-location.patch
"
builddir="$srcdir/witchery-$pkgver"
options="!check" # No test suite.
build() {
:
}
package() {
DESTDIR="$pkgdir" make install
}
sha512sums="
713c130e2a7059a49f4c672a73614cd8413aa0fc9dcd8ec5a7ff6f9e7b7b3839aafe0403bb3a3214ba0534d0e143d2764a377dd19c0c86db7fd86b335bb1309b witchery-0.0.3.tar.gz
168e4dc973025d060a9a6b9ac95c4a624137381b91f4eb8c7b3096272f7efe3d353486869954ad1f99e01da6518f51ecf56b294b87b77dd46ebb24986dbfbbc2 correct-install-location.patch
"