New package: mtree-1.0.2
This commit is contained in:
parent
39822b1789
commit
86a5ddacaf
1 changed files with 18 additions and 0 deletions
18
srcpkgs/mtree/template
Normal file
18
srcpkgs/mtree/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'mtree'
|
||||
pkgname=mtree
|
||||
version=1.0.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="libressl-devel"
|
||||
short_desc="Utility for creating and verifying file hierarchies"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="https://code.google.com/p/mtree-port/"
|
||||
update_site="https://code.google.com/p/mtree-port/wiki/Downloads?tm=2"
|
||||
distfiles="https://s3.amazonaws.com/archie-public/mtree-port/${pkgname}-${version}.tar.gz"
|
||||
checksum=f69b8f249fac99cc97fd401c7d1d2539128231cbc49c2252c4868b441bbb403b
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share/doc/packages/mtree
|
||||
vlicense COPYING LICENSE
|
||||
}
|
Loading…
Reference in a new issue