void-packages/srcpkgs/fuse-exfat/template
2016-01-25 10:31:47 +01:00

18 lines
582 B
Bash

# Template file for 'fuse-exfat'
pkgname=fuse-exfat
version=1.2.3
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config exfat-utils"
makedepends="fuse-devel"
depends="exfat-utils>=${version}"
short_desc="Free exFAT file system implementation"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="https://github.com/relan/exfat"
distfiles="https://github.com/relan/exfat/releases/download/v${version}/${pkgname}-${version}.tar.gz"
checksum=f2e06eba5a21c621aac1d6da21b12a5a324fdd1e20f9c8acd357dd463c2355d9
post_install() {
vman fuse/mount.exfat-fuse.8
}