aports/testing/apk-autoupdate/APKBUILD
2025-01-15 23:19:54 +00:00

31 lines
1 KiB
Text

# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=apk-autoupdate
pkgver=0_git20210421
pkgrel=1
_gitrev=1704b284cbb2a8dd8a7791d13d9741cdfa062aad
pkgdesc="Alpine's tool for automatic updates"
url="https://github.com/jirutka/apk-autoupdate/"
arch="all"
license="MIT"
depends="apk-tools"
makedepends="asciidoctor"
subpackages="$pkgname-doc"
source="$pkgname-$_gitrev.tar.gz::https://github.com/jirutka/apk-autoupdate/archive/$_gitrev.tar.gz
default-openrc-libexec.patch
"
builddir="$srcdir/$pkgname-$_gitrev"
options="!check" # no tests
build() {
make build prefix=/usr
}
package() {
make install DESTDIR="$pkgdir" prefix=/usr
}
sha512sums="
146aa997632a4da7d70528fdedf9605253b8a6b73e26d99779c8296a94e293d36fed29d12733d98b85ffef2dd7a4e2f3969ce4e00a1874ad2b8ebcadf319615e apk-autoupdate-1704b284cbb2a8dd8a7791d13d9741cdfa062aad.tar.gz
ea2ba09a0981c94aa1b64b5477a60a89c60d8f98ccd5186e3c9d9a2dc0f1a9413988d6bb4be3323efbd22ed72fb5a0825a3d5c90c319c04ca5a46c91ae897ec3 default-openrc-libexec.patch
"