18 lines
526 B
Bash
18 lines
526 B
Bash
# Template file for 'zfs-auto-snapshot'
|
|
pkgname=zfs-auto-snapshot
|
|
version=1.2.4
|
|
revision=1
|
|
wrksrc="${pkgname}-upstream-${version}"
|
|
build_style=gnu-makefile
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
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=307f71f748cacf5149532891dc3174365a4494337d9cfc8e619d9038080f3e9b
|
|
noarch=yes
|
|
|
|
post_install() {
|
|
mv ${DESTDIR}/usr/sbin ${DESTDIR}/usr/bin
|
|
}
|