# Template file for 'exfat-utils' pkgname=exfat-utils version=1.2.0 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=df164bf3a1586f8c9be7dd6a126ebb0310715654e2c49393a22e11a1f6a214cc post_install() { vmkdir usr/share/man/man8 install -m444 {dump,fsck,mkfs,label}/*.8 ${DESTDIR}/usr/share/man/man8 }