18 lines
576 B
Bash
18 lines
576 B
Bash
# Template file for 'wiggle'
|
|
pkgname=wiggle
|
|
version=1.3
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_build_args="CFLAGS=-I."
|
|
make_build_target="wiggle"
|
|
make_check_target="test"
|
|
make_install_args="STRIP="
|
|
hostmakedepends="groff"
|
|
makedepends="ncurses-devel"
|
|
short_desc="Apply patches that patch rejects"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/neilbrown/wiggle"
|
|
distfiles="https://github.com/neilbrown/wiggle/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=ff92cf0133c1f4dce33563e263cb30e7ddb6f4abdf86d427b1ec1490bec25afa
|