# Template file for 'hstr' pkgname=hstr version=1.19 revision=1 wrksrc=${pkgname} build_style=gnu-configure makedepends="ncurses-devel readline-devel" short_desc="Easily view, navigate, search and manage your command history" maintainer="Diogo Leal " license="Apache" homepage="https://github.com/dvorka/hstr" distfiles="https://github.com/dvorka/hstr/releases/download/${version}/hh-${version}-src.tgz" checksum=b67cb5e2515948fd0fb402b732630a51885be5dfe58cbf914c22ea444129a647 pre_build() { sed -i -e "s###g" src/include/hstr_curses.h sed -i -e "s###g" src/hstr.c } post_install() { vlicense LICENSE }