diff --git a/srcpkgs/rdumpfs/template b/srcpkgs/rdumpfs/template new file mode 100644 index 00000000000..dee669f8ec9 --- /dev/null +++ b/srcpkgs/rdumpfs/template @@ -0,0 +1,20 @@ +# Template file for 'rdumpfs' +pkgname=rdumpfs +version=0.1 +revision=1 +noarch=yes +depends="rsync bash" +short_desc="A rsync-based dump file system backup tool" +maintainer="Christian Neukirchen " +license="Public Domain" +homepage="https://github.com/chneukirchen/rdumpfs" +distfiles="https://github.com/chneukirchen/rdumpfs/archive/v${version}.tar.gz" +checksum=c8c590eae705aedbc386d78e9cd040fb611c39b6948fb218c8559d1fb3147c26 + +do_install() { + vbin rdumpfs + vbin yday + vsconf sample.home.rdumpfs + vsconf sample.root.rdumpfs + vdoc README +}