vp-build/srcpkgs/dosfstools/template

19 lines
600 B
Bash

# Template file for 'dosfstools'
pkgname=dosfstools
version=4.2
revision=1
build_style=gnu-configure
configure_args="--enable-compat-symlinks"
hostmakedepends="pkg-config"
makedepends="eudev-libudev-devel"
short_desc="DOS filesystem tools"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/dosfstools/dosfstools"
distfiles="https://github.com/$pkgname/$pkgname/releases/download/v$version/${pkgname}-${version}.tar.gz"
checksum=64926eebf90092dca21b14259a5301b7b98e7b1943e8a201c7d726084809b527
post_install() {
rm -rf ${DESTDIR}/usr/share/doc
}