hstr: update to 1.2.1

This commit is contained in:
Diogo Leal 2016-10-29 00:02:10 -02:00
parent 6474e0416e
commit 39c5bf5e21

View file

@ -1,20 +1,23 @@
# Template file for 'hstr' # Template file for 'hstr'
pkgname=hstr pkgname=hstr
version=1.19 version=1.2.1
revision=1 revision=1
wrksrc=${pkgname}
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake"
makedepends="ncurses-devel readline-devel" makedepends="ncurses-devel readline-devel"
short_desc="Easily view, navigate, search and manage your command history" short_desc="Easily view, navigate, search and manage your command history"
maintainer="Diogo Leal <diogo@diogoleal.com>" maintainer="Diogo Leal <diogo@diogoleal.com>"
license="Apache" license="Apache"
homepage="https://github.com/dvorka/hstr" homepage="https://github.com/dvorka/hstr"
distfiles="https://github.com/dvorka/hstr/releases/download/${version}/hh-${version}-src.tgz" distfiles="https://github.com/dvorka/hstr/archive/${version}.tar.gz"
checksum=b67cb5e2515948fd0fb402b732630a51885be5dfe58cbf914c22ea444129a647 checksum=e7da7fa6cd23fe991980c7e2a847950a747bae327116e08d2a9342e0cb129784
pre_build() { pre_configure() {
sed -i -e "s#<ncursesw/curses.h>#<curses.h>#g" src/include/hstr_curses.h sed -i -e "s#<ncursesw/curses.h>#<curses.h>#g" src/include/hstr_curses.h
sed -i -e "s#<ncursesw/curses.h>#<curses.h>#g" src/hstr.c sed -i -e "s#<ncursesw/curses.h>#<curses.h>#g" src/hstr.c
aclocal
automake --force-missing --add-missing
autoconf
} }
post_install() { post_install() {