void-packages/srcpkgs/rlwrap/template
2021-05-20 18:17:53 +02:00

18 lines
537 B
Bash

# Template file for 'rlwrap'
pkgname=rlwrap
version=0.45.1
revision=1
build_style=gnu-configure
hostmakedepends="automake"
makedepends="readline-devel"
depends="perl"
short_desc="Adds readline-style editing and history to programs"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/hanslub42/rlwrap"
distfiles="https://github.com/hanslub42/rlwrap/archive/v${version}.tar.gz"
checksum=ed9a198191685efcd2f68a9071b9c65b8705f81f2f6bea935032b3f92860bde7
pre_configure() {
autoreconf -fi
}