17 lines
646 B
Bash
17 lines
646 B
Bash
# Template file for 'fuse-exfat'
|
|
# Note: keep in sync with exfat-utils
|
|
pkgname=fuse-exfat
|
|
version=1.4.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="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/relan/exfat"
|
|
changelog="https://github.com/relan/exfat/raw/master/ChangeLog"
|
|
distfiles="https://github.com/relan/exfat/releases/download/v${version}/fuse-exfat-${version}.tar.gz"
|
|
checksum=a1cfedc55e0e7a12c184605aa0f0bf44b24a3fb272449b20b2c8bbe6edb3001e
|