# Template file for 'hstr' pkgname=hstr version=1.22 revision=1 build_style=gnu-configure hostmakedepends="automake pkg-config" 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/archive/${version}.tar.gz" checksum=c4995e7041dc66e2118f83bd4c6c7f4cff5b4c493ca28bd7e4aef76edeff71ba pre_configure() { sed -i -e "s###g" src/include/hstr_curses.h sed -i -e "s###g" src/hstr.c aclocal automake --force-missing --add-missing autoconf } post_install() { vlicense LICENSE }