mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: zfs-prune-snapshots-1.1.0
This commit is contained in:
parent
7dbd63fff2
commit
38d6c2d342
1 changed files with 19 additions and 0 deletions
19
srcpkgs/zfs-prune-snapshots/template
Normal file
19
srcpkgs/zfs-prune-snapshots/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'zfs-prune-snapshots'
|
||||||
|
pkgname=zfs-prune-snapshots
|
||||||
|
version=1.1.0
|
||||||
|
revision=1
|
||||||
|
archs="noarch"
|
||||||
|
build_style=gnu-makefile
|
||||||
|
hostmakedepends="make"
|
||||||
|
depends="bash zfs"
|
||||||
|
checkdepends="shellcheck"
|
||||||
|
short_desc="Remove snapshots that match given criteria from one or more ZFS pools"
|
||||||
|
maintainer="Andrew J. Hesford <ahesford@gleason.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/bahamas10/${pkgname}"
|
||||||
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
|
checksum=a9f2fb3c5230111db7622f70318219a37aa8d6bd3d7f894fee54e1ec00cdff2f
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue