17 lines
535 B
Bash
17 lines
535 B
Bash
# Template file for 'zfs-prune-snapshots'
|
|
pkgname=zfs-prune-snapshots
|
|
version=1.3.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=aacd3683f2bf615286f6c0b154162df11e29783897127a55e1fe73c6a342979f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|