void-packages/srcpkgs/fuse-exfat/template

19 lines
628 B
Bash
Raw Normal View History

2012-08-13 18:34:37 +00:00
# Template file for 'fuse-exfat'
pkgname=fuse-exfat
2015-09-11 06:09:36 +00:00
version=1.2.0
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"
checksum=beb6090c500bcd50dd3cca8b63df86d180d2ea502da1e27a83a81e61d3247cfc
2012-08-13 18:34:37 +00:00
2015-09-11 06:09:36 +00:00
post_install() {
vinstall fuse/mount.exfat-fuse.8 644 usr/share/man/man8 mount.exfat-fuse.8
2012-08-13 18:34:37 +00:00
}