17 lines
568 B
Text
17 lines
568 B
Text
# 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/"
|
|
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
|
|
}
|