a92d370caa
Generated with: git ls-files 'srcpkgs/**/patches/*' | cut -d/ -f2 | uniq | xargs printf 'srcpkgs/%s/template\n' | xargs grep -L 'patch_args=' | xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
20 lines
559 B
Bash
20 lines
559 B
Bash
# Template file for 'zerofree'
|
|
pkgname=zerofree
|
|
version=1.1.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
makedepends="e2fsprogs-devel"
|
|
short_desc="A tool to zero free blocks in an ext2 filesystem"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://frippery.org/uml/index.html"
|
|
distfiles="https://frippery.org/uml/${pkgname}-${version}.tgz"
|
|
checksum=956bc861b55ba0a2b7593c58d32339dab1a0e7da6ea2b813d27c80f08b723867
|
|
patch_args=-Np0
|
|
|
|
post_extract() {
|
|
sed -i 's|\(-lext2fs\)|$(LDFLAGS) \1|' Makefile
|
|
}
|
|
do_install() {
|
|
vbin $pkgname
|
|
}
|