# Maintainer: Matthew Ralston pkgname="curam-git" pkgver=0.0.1 pkgrel=1 pkgdesc="Provides maintenace functions for Arch Linux." arch=('any') url="https://github.com/MatthewRalston/curam" license=('GPL') groups=() depends=('perl' 'package-query' 'rsync' 'aws-cli') makedepends=('git') optdepends=() provides=('curam') backup=('etc/curam/curam.conf' 'etc/curam/home_excludes.conf' 'etc/curam/media_excludes.conf' 'etc/curam/os_excludes.conf' 'etc/curam/symlinks_check.conf') options=() source=("https://github.com/MatthewRalston/curam/archive/v0.0.1.tar.gz") #autofill using updpkgsums build() { cd "$srcdir" make PREFIX=/usr docs } package() { cd "$srcdir" make DESTDIR="$pkgdir/" install } md5sums=('d5e3961cc90b4113f3ca5e334fa470c8')