void-packages/srcpkgs/chroot-file/template

29 lines
811 B
Plaintext

# Template file for 'chroot-file'
pkgname=chroot-file
version=5.11
revision=1
wrksrc="file-${version}"
distfiles="ftp://ftp.astron.com/pub/file/file-$version.tar.gz"
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"
checksum=c70ae29a28c0585f541d5916fc3248c3e91baa481f63d7ccec53d1534cbcc9b7
long_desc="
File attempts to classify files depending on their contents and prints
a description if a match is found.
This package is only meant to be used by xbps-src, don't install it manually."
noverifyrdeps=yes
bootstrap=yes
conflicts="file>=0"
provides="file-${version} file-devel-${version}"
post_install() {
rm -rf ${DESTDIR}/usr/share/man
}