summaryrefslogtreecommitdiff
path: root/pcr/pristine-etc-keeper/PKGBUILD
blob: 1e4d00b3bc9a134e87f8330358f4ebd9c035846f (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.2
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=('9de963c7e6ac90a06738b73798144fcf')

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