# Maintainer: Luke Shumaker pkgname=pristine-etc-keeper pkgver=20180129 url=https://git.parabola.nu/~lukeshu/$pkgname.git license=('WTFPL') pkgrel=1 arch=(any) depends=(etckeeper) optdepends=('holo-files: For holo-files integration') backup=( 'etc/etckeeper/pristine/fill' 'etc/etckeeper/pristine/drain' ) source=(https://repo.parabola.nu/other/~lukeshu/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('871aef50f0d34ab0391c4f3ecbe877dd') package() { cd "$srcdir/$pkgname-$pkgver" make install DESTDIR="$pkgdir" install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING }