mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/restic.mk: new aport
This commit is contained in:
parent
8a450ed976
commit
de8d1619ff
25
testing/restic.mk/APKBUILD
Normal file
25
testing/restic.mk/APKBUILD
Normal 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
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user