void-packages/srcpkgs/fuse-exfat/template

19 lines
582 B
Bash
Raw Normal View History

2012-08-13 18:34:37 +00:00
# Template file for 'fuse-exfat'
pkgname=fuse-exfat
2016-01-24 15:00:55 +00:00
version=1.2.3
2015-09-11 06:09:36 +00:00
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config exfat-utils"
makedepends="fuse-devel"
depends="exfat-utils>=${version}"
2012-08-13 18:34:37 +00:00
short_desc="Free exFAT file system implementation"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-11-04 13:02:33 +00:00
license="GPL-2"
2015-09-11 06:09:36 +00:00
homepage="https://github.com/relan/exfat"
distfiles="https://github.com/relan/exfat/releases/download/v${version}/${pkgname}-${version}.tar.gz"
2016-01-24 15:00:55 +00:00
checksum=f2e06eba5a21c621aac1d6da21b12a5a324fdd1e20f9c8acd357dd463c2355d9
2012-08-13 18:34:37 +00:00
2015-09-11 06:09:36 +00:00
post_install() {
2016-01-24 15:00:55 +00:00
vman fuse/mount.exfat-fuse.8
2012-08-13 18:34:37 +00:00
}