testing/apk-autoupdate: new aport

https://github.com/jirutka/apk-autoupdate/
Alpine's tool for automatic updates
This commit is contained in:
Jakub Jirutka 2018-05-03 14:50:36 +02:00
parent a15512e1bb
commit 1290d9e958

View File

@ -0,0 +1,27 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=apk-autoupdate
pkgver=0_git20180503
pkgrel=0
_gitrev=881b6ba1f562f4bc07132f75adddd81439b5e312
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/$pkgname/archive/$_gitrev.tar.gz"
builddir="$srcdir/$pkgname-$_gitrev"
build() {
cd "$builddir"
make build
}
package() {
cd "$builddir"
make install DESTDIR="$pkgdir" prefix=/usr
}
sha512sums="b1978d2a53311d4952901bb498526134f6238516b3651db162b1f172fac7cffa31957cb5f003fc32fa10589a08b1118d8ae1bd28c71aaff17bd64625ae3c4d00 apk-autoupdate-881b6ba1f562f4bc07132f75adddd81439b5e312.tar.gz"