19 lines
642 B
Bash
19 lines
642 B
Bash
# Template file for 'exfatprogs'
|
|
pkgname=exfatprogs
|
|
version=1.2.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Tools to create, check and label exFAT filesystems"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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=61d517231f8ec177eeb5955fd6edb89748d3f88ba412c48bcb32741b430e359a
|
|
conflicts="exfat-utils"
|
|
replaces="exfat-utils>=0"
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
}
|