void-packages/srcpkgs/rlwrap/template

19 lines
535 B
Bash

# Template file for 'rlwrap'
pkgname=rlwrap
version=0.46
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=4bc53e96b49405e4a8ca579465bc1129adc719a96840b71b3ae99ec88e4d8c29
pre_configure() {
autoreconf -fi
}