summaryrefslogtreecommitdiff
path: root/pcr/pristine-etc-keeper/PKGBUILD
blob: f2b1ecc5cb5e4d63433d21c28379d1554a565798 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>

pkgname=pristine-etc-keeper
pkgver=20180129.1
url=https://git.parabola.nu/~lukeshu/$pkgname.git
license=('WTFPL')

replaces=("${pkgname}-git")

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=('0f73d5be838446a5d1f9b8f20916ced3')

package() {
	cd "$srcdir/$pkgname-$pkgver"
	make install DESTDIR="$pkgdir"
	install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}