diff --git a/testing/restic.mk/APKBUILD b/testing/restic.mk/APKBUILD new file mode 100644 index 00000000000..5d99c5a4941 --- /dev/null +++ b/testing/restic.mk/APKBUILD @@ -0,0 +1,25 @@ +# Contributor: Thomas Kienlen +# Maintainer: Thomas Kienlen +pkgname=restic.mk +pkgver=0.1.0 +pkgrel=0 +pkgdesc="Simplest restic backup automation tool" +url="https://github.com/kmmndr/restic.mk" +arch="noarch !armhf" # limited by restic +license="GPL-3.0-or-later" +depends=" + coreutils + jq + make + restic + " +source="$pkgname-$pkgver.tar.gz::https://github.com/kmmndr/restic.mk/archive/v$pkgver.tar.gz" +options="!check" # No test suite + +package() { + PREFIX="$pkgdir/usr" make install +} + +sha512sums=" +693f97ca54e02b25611cfed6d6be57a9b47560b87e821495e25f1faeb0b82989dd0b09a1cf94a6867dc8628f7ef0561828953fd9c5176ccc7180a3bd25a79df3 restic.mk-0.1.0.tar.gz +"