void-packages/srcpkgs/chroot-file/template

23 lines
609 B
Plaintext

# Template file for 'chroot-file'
pkgname=chroot-file
version=5.13
revision=1
wrksrc="file-${version}"
build_style=gnu-configure
makedepends="zlib-devel"
short_desc="File type identification utility -- for xbps-src use"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.darwinsys.com/file/"
license="BSD"
distfiles="ftp://ftp.astron.com/pub/file/file-$version.tar.gz"
checksum=f75b7b23ac576b47ed4ba4915e2fb239d9c0d74ac5b4e6a89704b1ed45ee6e2b
noverifyrdeps=yes
bootstrap=yes
conflicts="file>=0"
provides="file-${version} file-devel-${version}"
post_install() {
rm -rf ${DESTDIR}/usr/share/man
}