void-packages/srcpkgs/mtree/template

18 lines
577 B
Bash
Raw Normal View History

2014-12-25 14:40:49 +00:00
# Template file for 'mtree'
pkgname=mtree
version=1.0.2
2015-08-06 20:26:16 +00:00
revision=5
2014-12-25 14:40:49 +00:00
build_style=gnu-configure
makedepends="libressl-devel"
2014-12-25 14:40:49 +00:00
short_desc="Utility for creating and verifying file hierarchies"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
2015-02-24 09:31:54 +00:00
license="3-clause-BSD"
2014-12-25 14:40:49 +00:00
homepage="https://code.google.com/p/mtree-port/"
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
}