# Maintainer: xengineering pkgname=xbackup pkgver=0.0.1 pkgrel=1 epoch= pkgdesc='Convenience wrapper around the Borg backup tool' arch=('any') url='https://xengineering.eu' license=('GPL3') groups=() depends=('licenses' 'python' 'borg') makedepends=() checkdepends=() optdepends=() provides=() conflicts=() replaces=() backup=('etc/xbackup/config.json') options=() install= changelog= source=("${pkgname}.tar.gz") noextract=() md5sums=('SKIP') validpgpkeys=() build() { #./configure --prefix=/usr cd ${pkgname} make all } package() { cd ${pkgname} make DESTDIR="${pkgdir}" install }