b27de345e4
Closes: #10411 [via git-merge-pr]
25 lines
745 B
Bash
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
|
|
}
|