mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
parent
2924db1261
commit
e4f1a692f0
2 changed files with 23 additions and 0 deletions
1
srcpkgs/sanoid/INSTALL.msg
Normal file
1
srcpkgs/sanoid/INSTALL.msg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Syncoid has additional functionality when ssh, pv, gzip, lzop, and mbuffer are installed.
|
22
srcpkgs/sanoid/template
Normal file
22
srcpkgs/sanoid/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'sanoid'
|
||||||
|
pkgname=sanoid
|
||||||
|
version=1.4.14
|
||||||
|
revision=1
|
||||||
|
depends="perl perl-Config-IniFiles"
|
||||||
|
short_desc="Policy-driven snapshot management tool for ZFS filesystems"
|
||||||
|
maintainer="Benjamin Slade <slade@jnanam.net>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="http://www.openoid.net/products/"
|
||||||
|
distfiles="https://github.com/jimsalterjrs/sanoid/archive/v$version.tar.gz"
|
||||||
|
conf_files="/etc/sanoid/sanoid.conf /etc/sanoid/sanoid.defaults.conf"
|
||||||
|
checksum=7425e54622f7f270d9a5c3ac4e814e20d2df5307b5e032feb4a6d023a659d516
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
vdoc README.md
|
||||||
|
vinstall sanoid.conf 644 etc/sanoid/
|
||||||
|
vinstall sanoid.defaults.conf 644 etc/sanoid/
|
||||||
|
vbin sanoid
|
||||||
|
vbin syncoid
|
||||||
|
vbin findoid
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue