dsnap-sync: rebase the project tree
This commit is contained in:
18
PKGBUILD
Normal file
18
PKGBUILD
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user