From 24d5255a9aba62d0a9b79f66f3f7c048039eff18 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Wed, 25 May 2016 22:11:42 +0200 Subject: [PATCH] New package: zfs-auto-snapshot-1.2.1 --- srcpkgs/zfs-auto-snapshot/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/zfs-auto-snapshot/template diff --git a/srcpkgs/zfs-auto-snapshot/template b/srcpkgs/zfs-auto-snapshot/template new file mode 100644 index 00000000000..f6651c4410a --- /dev/null +++ b/srcpkgs/zfs-auto-snapshot/template @@ -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 " +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 +}