22 lines
578 B
Bash
22 lines
578 B
Bash
# Template file for 'exfatprogs'
|
|
pkgname=exfatprogs
|
|
version=1.1.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="autoconf automake libtool"
|
|
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"
|
|
checksum=e3ee4fb5af4abc9335aed7a749c319917c652ac1af687ba40aabd04a6b71f1ca
|
|
conflicts="exfat-utils"
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vdoc NEWS
|
|
}
|