52ec82b714
Changelog: https://github.com/dvorka/hstr/releases/tag/3.1 https://github.com/dvorka/hstr/releases/tag/3.0 https://github.com/dvorka/hstr/releases/tag/2.6 https://github.com/dvorka/hstr/releases/tag/2.5 https://github.com/dvorka/hstr/releases/tag/2.4 PR: 288853 Reported by: 1o1o1 (github PR) Reviewed by: monsieurp@gentoo.org (maintainer timeout)
24 lines
454 B
Makefile
24 lines
454 B
Makefile
PORTNAME= hstr
|
|
DISTVERSION= 3.1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= monsieurp@gentoo.org
|
|
COMMENT= Bash and Zsh shell history suggest box
|
|
WWW= https://github.com/dvorka/hstr
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= autoreconf ncurses pkgconfig readline
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dvorka
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/hh \
|
|
bin/hstr \
|
|
share/bash-completion/completions/hstr \
|
|
share/man/man1/hstr.1.gz
|
|
|
|
.include <bsd.port.mk>
|