19 lines
636 B
Bash
19 lines
636 B
Bash
# Template file for 'exfatprogs'
|
|
pkgname=exfatprogs
|
|
version=1.1.3
|
|
revision=3
|
|
build_style=gnu-configure
|
|
short_desc="Tools to create, check and label exFAT filesystems"
|
|
maintainer="k4leg <python.bogdan@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/exfatprogs/exfatprogs"
|
|
distfiles="https://github.com/exfatprogs/exfatprogs/archive/${version}.tar.gz"
|
|
distfiles="https://github.com/exfatprogs/exfatprogs/releases/download/${version}/exfatprogs-${version}.tar.xz"
|
|
checksum=3dbd74b60eec18d2c68d57be4a872d7baa4f7d848e669e31159452ef5245b809
|
|
conflicts="exfat-utils"
|
|
replaces="exfat-utils>=0"
|
|
|
|
post_install() {
|
|
vdoc NEWS
|
|
}
|