mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
wiggle: update to 1.3
This commit is contained in:
parent
c4741ea4d7
commit
ccf784f4b1
1 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'wiggle'
|
# Template file for 'wiggle'
|
||||||
pkgname=wiggle
|
pkgname=wiggle
|
||||||
version=1.2
|
version=1.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="CPPFLAGS=-I."
|
make_build_args="CFLAGS=-I."
|
||||||
make_build_target="wiggle"
|
make_build_target="wiggle"
|
||||||
|
make_check_target="test"
|
||||||
make_install_args="STRIP="
|
make_install_args="STRIP="
|
||||||
hostmakedepends="groff"
|
hostmakedepends="groff"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Apply patches that patch rejects"
|
short_desc="Apply patches that patch rejects"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://git.neil.brown.name/?p=wiggle.git;a=summary"
|
homepage="https://github.com/neilbrown/wiggle"
|
||||||
distfiles="http://neil.brown.name/wiggle/wiggle-${version}.tar.gz"
|
distfiles="https://github.com/neilbrown/wiggle/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=31375badb76a4a586f2113e49d13486dbc64844962ae80976a81c6542e901622
|
checksum=ff92cf0133c1f4dce33563e263cb30e7ddb6f4abdf86d427b1ec1490bec25afa
|
||||||
|
|
Loading…
Add table
Reference in a new issue