vp-build/srcpkgs/dosfstools/template

19 lines
596 B
Bash

# Template file for 'dosfstools'
pkgname=dosfstools
version=4.1
revision=2
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>"
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.xz"
checksum=e6b2aca70ccc3fe3687365009dd94a2e18e82b688ed4e260e04b7412471cc173
post_install() {
rm -rf ${DESTDIR}/usr/share/doc
}