void-packages/srcpkgs/rlwrap/template
2021-02-12 11:37:43 +01:00

19 lines
535 B
Bash

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