void-packages/srcpkgs/dosfstools/template

19 lines
585 B
Bash

# Template file for 'dosfstools'
pkgname=dosfstools
version=4.0
revision=1
build_style=gnu-configure
configure_args="--enable-compat-symlinks"
hostmakedepends="pkg-config"
makedepends="eudev-libudev-devel"
short_desc="DOS filesystem tools"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://github.com/dosfstools/dosfstools"
license="GPL-3"
distfiles="https://github.com/$pkgname/$pkgname/releases/download/v$version/${pkgname}-${version}.tar.xz"
checksum=9037738953559d1efe04fc5408b6846216cc0138f7f9d32de80b6ec3c35e7daf
post_install() {
rm -rf ${DESTDIR}/usr/share/doc
}