void-packages/srcpkgs/hstr/template

20 lines
691 B
Bash

# Template file for 'hstr'
pkgname=hstr
version=3.1
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="readline-devel"
short_desc="Easily view, navigate, search and manage your command history"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/dvorka/hstr"
changelog="https://raw.githubusercontent.com/dvorka/hstr/master/Changelog"
distfiles="https://github.com/dvorka/hstr/archive/refs/tags/${version}.tar.gz"
checksum=e5293d4fe2502662f19c793bef416e05ac020490218e71c75a5e92919c466071
pre_configure() {
vsed -i 's|ncursesw/curses.h|curses.h|g' src/include/hstr.h src/include/hstr_curses.h
autoreconf -fi
}