Files
dsnap-sync/PKGBUILD

19 line
649 B
Bash

# Maintainer: Ralf Zerres <ralf.zerres.de at gmail dot com>
pkgname=dsnap-sync
pkgver=0.5.2
pkgrel=1
pkgdesc="Use snapper snapshots to backup to external drive"
arch=(any)
url="https://github.com/rzerres/dsnap-sync"
license=('GPL')
depends=(snapper dash)
source=(${url}/releases/download/$pkgver/$pkgname-$pkgver.tar.gz{,.sig})
#validpgpkeys=('8535CEF3F3C38EE69555BF67E4B5E45AA3B8C5C3')
sha512sums=('bc7dc618874f2acc6e15f80960fa45c5703b0da709e3872febe1579d6965907074aca4704dbcc2545261392c1bff977a2b81d2a15e6850fefa3cd7c231f0290c'
'SKIP')
package() {
cd $pkgname
make SNAPPER_CONFIG=/etc/conf.d/snapper DESTDIR=$pkgdir install
}