19 lines
642 B
Bash
19 lines
642 B
Bash
# Template file for 'exfatprogs'
|
|
pkgname=exfatprogs
|
|
version=1.2.0
|
|
revision=1
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/exfatprogs/exfatprogs/master/NEWS"
|
|
distfiles="https://github.com/exfatprogs/exfatprogs/releases/download/${version}/exfatprogs-${version}.tar.xz"
|
|
checksum=56d9a49465deafc367d428afc71c8098705a30ee19a3cdf3c5320650b8880742
|
|
conflicts="exfat-utils"
|
|
replaces="exfat-utils>=0"
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
}
|