New package: zfs-auto-snapshot-1.2.1
This commit is contained in:
parent
d095b95e22
commit
24d5255a9a
1 changed files with 17 additions and 0 deletions
17
srcpkgs/zfs-auto-snapshot/template
Normal file
17
srcpkgs/zfs-auto-snapshot/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'zfs-auto-snapshot'
|
||||
pkgname=zfs-auto-snapshot
|
||||
version=1.2.1
|
||||
revision=1
|
||||
wrksrc="${pkgname}-upstream-${version}"
|
||||
build_style=gnu-makefile
|
||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/zfsonlinux/zfs-auto-snapshot"
|
||||
short_desc="ZFS automatic snapshot service"
|
||||
distfiles="${homepage}/archive/upstream/${version}.tar.gz"
|
||||
checksum=ecf6f43accfa191758960660fc6e014898209070e722a38535783b96d319f401
|
||||
noarch=yes
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/sbin ${DESTDIR}/usr/bin
|
||||
}
|
Loading…
Reference in a new issue