mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 02:06:38 +02:00
25 lines
667 B
Text
25 lines
667 B
Text
# Contributor: Thomas Kienlen <kommander@laposte.net>
|
|
# Maintainer: Thomas Kienlen <kommander@laposte.net>
|
|
pkgname=restic.mk
|
|
pkgver=0.4.0
|
|
pkgrel=0
|
|
pkgdesc="Simplest restic backup automation tool"
|
|
url="https://github.com/kmmndr/restic.mk"
|
|
arch="noarch"
|
|
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="
|
|
a8d25f412415da418822129cfe97eb1f35837ae63f3c96b4d9833d5dfbe3e9ada731fe944fe279f6f86c86fba2cc0b29cab1e4d508f57105e75dd565ee2470ed restic.mk-0.4.0.tar.gz
|
|
"
|