exfatprogs: use pre-generated tarball

This commit is contained in:
Đoàn Trần Công Danh 2022-08-27 10:52:00 +07:00
parent c68e50ea14
commit 5b222f5034

View file

@ -1,21 +1,17 @@
# Template file for 'exfatprogs'
pkgname=exfatprogs
version=1.1.3
revision=1
revision=2
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
distfiles="https://github.com/exfatprogs/exfatprogs/releases/download/${version}/exfatprogs-${version}.tar.xz"
checksum=3dbd74b60eec18d2c68d57be4a872d7baa4f7d848e669e31159452ef5245b809
conflicts="exfat-utils"
pre_configure() {
./autogen.sh
}
post_install() {
vdoc NEWS
}