void-packages/srcpkgs/hstr/template
maxice8 b27de345e4 hstr: update to 1.24.
Closes: #10411 [via git-merge-pr]
2018-01-04 09:01:46 +01:00

25 lines
745 B
Bash

# Template file for 'hstr'
pkgname=hstr
version=1.24
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 <diogo@diogoleal.com>"
license="Apache"
homepage="https://github.com/dvorka/hstr"
distfiles="https://github.com/dvorka/hstr/archive/${version}.tar.gz"
checksum=6c130afd8ca570ee1988a0c7d6a96efeeabd21be7e05ce1f3144bb3c86c74441
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/hstr.c
aclocal
automake --force-missing --add-missing
autoconf
}
post_install() {
vlicense LICENSE
}