testing/restic.mk: new aport

This commit is contained in:
Thomas Kienlen 2022-04-13 21:02:45 +02:00 committed by alice
parent 8a450ed976
commit de8d1619ff

View File

@ -0,0 +1,25 @@
# Contributor: Thomas Kienlen <kommander@laposte.net>
# Maintainer: Thomas Kienlen <kommander@laposte.net>
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
"