New package: rdumpfs-0.1
This commit is contained in:
parent
7ab5175014
commit
e508d359e2
1 changed files with 20 additions and 0 deletions
20
srcpkgs/rdumpfs/template
Normal file
20
srcpkgs/rdumpfs/template
Normal file
|
@ -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 <chneukirchen@gmail.com>"
|
||||
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
|
||||
}
|
Loading…
Reference in a new issue