18 lines
628 B
Bash
18 lines
628 B
Bash
# Template file for 'fuse-exfat'
|
|
pkgname=fuse-exfat
|
|
version=1.2.0
|
|
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=beb6090c500bcd50dd3cca8b63df86d180d2ea502da1e27a83a81e61d3247cfc
|
|
|
|
post_install() {
|
|
vinstall fuse/mount.exfat-fuse.8 644 usr/share/man/man8 mount.exfat-fuse.8
|
|
}
|