7506d86d58
With diffutils in checkdepends, xbps-src will remove it on do_clean, which will remove base-chroot.
18 lines
646 B
Bash
18 lines
646 B
Bash
# Template file for 'fatsort'
|
|
pkgname=fatsort
|
|
version=1.6.3.622
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_check_target=tests
|
|
make_install_args="MANDIR=/usr/share/man/man1 SBINDIR=/usr/bin"
|
|
checkdepends="xz dosfstools valgrind"
|
|
short_desc="Utility that sorts FAT12, FAT16, FAT32 and exFAT partitions"
|
|
maintainer="tibequadorian <tibequadorian@posteo.de>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://fatsort.sourceforge.io/"
|
|
distfiles="${SOURCEFORGE_SITE}/project/fatsort/fatsort-${version}.tar.xz"
|
|
checksum=481c94ea08f6faaafe67594726d70fb3e3d5ac9672745f0034e55134ea5256fc
|
|
|
|
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
|
broken="most tests are failed"
|
|
fi
|