From 1290d9e9585711bf5943d78abfd3f594f58ad01a Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Thu, 3 May 2018 14:50:36 +0200 Subject: testing/apk-autoupdate: new aport https://github.com/jirutka/apk-autoupdate/ Alpine's tool for automatic updates --- testing/apk-autoupdate/APKBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 testing/apk-autoupdate/APKBUILD (limited to 'testing/apk-autoupdate/APKBUILD') diff --git a/testing/apk-autoupdate/APKBUILD b/testing/apk-autoupdate/APKBUILD new file mode 100644 index 0000000000..cf920afdc0 --- /dev/null +++ b/testing/apk-autoupdate/APKBUILD @@ -0,0 +1,27 @@ +# Contributor: Jakub Jirutka +# Maintainer: Jakub Jirutka +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" -- cgit v1.2.3