New package: etckeeper-1.18.6
This commit is contained in:
parent
a2cde57f70
commit
d92156b143
1 changed files with 21 additions and 0 deletions
21
srcpkgs/etckeeper/template
Normal file
21
srcpkgs/etckeeper/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'etckeeper'
|
||||
pkgname=etckeeper
|
||||
version=1.18.6
|
||||
revision=1
|
||||
depends="git"
|
||||
conf_files="/etc/etckeeper/etckeeper.conf"
|
||||
build_style='gnu-makefile'
|
||||
hostmakedepends="python bzrtools"
|
||||
depends="git"
|
||||
short_desc="Tools to store /etc in a git, mercurial, bazaar or darcs repository"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://etckeeper.branchable.com"
|
||||
distfiles="https://git.joeyh.name/index.cgi/etckeeper.git/snapshot/${pkgname}-${version}.tar.gz"
|
||||
checksum=7db1a2b48c011b5e04ec95af559de8d1d243bdcdf6cd591b3b0b46d1f21e9602
|
||||
noarch=yes
|
||||
|
||||
pre_install() {
|
||||
sed -ni '/systemddir/!p' Makefile
|
||||
sed -ni '/apt.conf/!p' Makefile
|
||||
}
|
Loading…
Reference in a new issue