ef11f57681
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 '$a patch_args=-Np0"
13 lines
460 B
Bash
13 lines
460 B
Bash
# Template file for 'extundelete'
|
|
pkgname=extundelete
|
|
version=0.2.4
|
|
revision=5
|
|
build_style=gnu-configure
|
|
makedepends="e2fsprogs-devel"
|
|
short_desc="File recover utility for ext3/ext4"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://extundelete.sourceforge.net"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
checksum=a1f9dd61247056d36401ce5d6785e74d08a184340eebd3865c345ddaa93f19f4
|
|
patch_args=-Np0
|