diff options
Diffstat (limited to 'archlinux/PKGBUILD')
-rw-r--r-- | archlinux/PKGBUILD | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD deleted file mode 100644 index 923e25d..0000000 --- a/archlinux/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ - -# Maintainer: xengineering <me@xengineering.eu> -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 -} |