void-packages/srcpkgs/zfs-prune-snapshots/template
2020-10-18 18:08:02 +07:00

18 lines
535 B
Bash

# Template file for 'zfs-prune-snapshots'
pkgname=zfs-prune-snapshots
version=1.1.0
revision=3
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=a9f2fb3c5230111db7622f70318219a37aa8d6bd3d7f894fee54e1ec00cdff2f
post_install() {
vlicense LICENSE
}