# Template file for 'exfat-utils' pkgname=exfat-utils version=1.2.3 revision=1 build_style=gnu-configure short_desc="Utilities for exFAT file system" maintainer="Juan RP " license="GPL-2" homepage="https://github.com/relan/exfat" distfiles="https://github.com/relan/exfat/releases/download/v${version}/${pkgname}-${version}.tar.gz" checksum=80d3b3f21242d60d36a38a4ddb05cb7cc3a7d4eef5793e8314814937b938fcea post_install() { vmkdir usr/share/man/man8 for m in {dump,fsck,mkfs,label}/*.8; do vman $m done }