Skip to content
Snippets Groups Projects
Commit eb3319ed authored by Michael Pirogov's avatar Michael Pirogov Committed by Rasmus Thomsen
Browse files

testing/backup-manager: new aport

parent d526e0f5
No related branches found
No related tags found
No related merge requests found
# Contributor: Michael Pirogov <vbnet.ru@gmail.com>
# Maintainer: Michael Pirogov <vbnet.ru@gmail.com>
pkgname="backup-manager"
pkgver="0.7.15"
pkgrel=0
pkgdesc="Backup Manager is a command line backup tool for GNU/Linux"
url="https://github.com/sukria/Backup-Manager"
arch="noarch"
license="GPL-2.0-only"
depends="gettext perl bash"
makedepends="perl-file-slurp"
options="!check" # tests not works due to dar archiver missing
source="$pkgname-$pkgver.tar.gz::https://github.com/sukria/Backup-Manager/archive/$pkgver.tar.gz"
builddir="$srcdir/Backup-Manager-$pkgver"
prepare() {
sed -e "/^PERL5DIR/s/sitelib/vendorlib/" \
-e "/sed/s:=\$(DESTDIR)/:=:" \
-i Makefile
}
package() {
make PREFIX=/usr DESTDIR="$pkgdir" install_binary
install -Dm644 "$builddir/backup-manager.conf.tpl" "$pkgdir/etc/backup-manager.conf.tpl"
}
sha512sums="13e50e5e12de0b9397d26e8a20f260fe7974838cc8e4d61d7b7bbf3f888418b6f1cf254a4bfd4a87679d6c8d0f9f14533275acd975cf9dd6a9b29155d01dcd97 backup-manager-0.7.15.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment