vp-build/srcpkgs/rlwrap/template

19 lines
537 B
Bash

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