mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 03:53:51 +02:00
rlwrap: update to 0.46.2.
This commit is contained in:
parent
d882f5990c
commit
c3b2a7aa33
1 changed files with 8 additions and 3 deletions
|
@ -1,13 +1,18 @@
|
||||||
# Template file for 'rlwrap'
|
# Template file for 'rlwrap'
|
||||||
pkgname=rlwrap
|
pkgname=rlwrap
|
||||||
version=0.46.1
|
version=0.46.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake"
|
||||||
makedepends="readline-devel"
|
makedepends="readline-devel"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
short_desc="Adds readline-style editing and history to programs"
|
short_desc="Adds readline-style editing and history to programs"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/hanslub42/rlwrap"
|
homepage="https://github.com/hanslub42/rlwrap"
|
||||||
distfiles="https://github.com/hanslub42/rlwrap/releases/download/${version}/rlwrap-${version}.tar.gz"
|
distfiles="https://github.com/hanslub42/rlwrap/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=2711986a1248f6ac59e2aecf5586205835970040d300a42b4bf8014397e73e37
|
checksum=9abb0a0dc19e85794d9b8e72e480530563eb4ee1bf243e87c0e0dd05ea4a2f09
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue