void-packages/srcpkgs/zfs-prune-snapshots/template

18 lines
535 B
Bash

# Template file for 'zfs-prune-snapshots'
pkgname=zfs-prune-snapshots
version=1.5.0
revision=1
build_style=gnu-makefile
depends="bash zfs"
checkdepends="shellcheck"
short_desc="Remove snapshots that match given criteria from one or more ZFS pools"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://github.com/bahamas10/zfs-prune-snapshots"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=a4afe6f2f4655278d66970baaeec8830fb7438fa4d1db6804725014135084ef9
post_install() {
vlicense LICENSE
}