New package: snazzer-0.0.3
closes #10966 Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
parent
40f4b3a137
commit
e7d2d05a73
1 changed files with 28 additions and 0 deletions
28
srcpkgs/snazzer/template
Normal file
28
srcpkgs/snazzer/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'snazzer'
|
||||
pkgname=snazzer
|
||||
version=0.0.3
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=gnu-makefile
|
||||
makedepends="perl pod2mdoc"
|
||||
depends="sudo btrfs-progs"
|
||||
short_desc="BTRFS snapshotting and backup system"
|
||||
maintainer="shizonic <realtiaz@gmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/csirac2/snazzer"
|
||||
distfiles="https://github.com/csirac2/snazzer/archive/v${version}.tar.gz"
|
||||
checksum=d4b5adb95cc6ebb0cbee7339818d55f737e98ee8cb48e18565b2aaa3b6124aac
|
||||
|
||||
do_install() {
|
||||
vbin snazzer
|
||||
vbin snazzer-measure
|
||||
vbin snazzer-prune-candidates
|
||||
vbin snazzer-receive
|
||||
vbin snazzer-send-wrapper
|
||||
for f in man/*; do
|
||||
vman "$f"
|
||||
done
|
||||
vmkdir usr/share/doc/${pkgname}
|
||||
vcopy docs/* usr/share/doc/${pkgname}
|
||||
vlicense LICENSE.md
|
||||
}
|
Loading…
Reference in a new issue