Skip to content

Commit

Permalink
hstr: Update to 1.22
Browse files Browse the repository at this point in the history
Also make myself the maintainer.
  • Loading branch information
ryandesign committed Feb 3, 2017
1 parent eab19bc commit ff00d6c
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions shells/hstr/Portfile
Expand Up @@ -3,14 +3,14 @@
PortSystem 1.0
PortGroup github 1.0

github.setup dvorka hstr 1.21

github.setup dvorka hstr 1.22
categories shells
platforms darwin
license Apache-2
maintainers nomaintainer
maintainers ryandesign openmaintainer

description Bash and Zsh shell history suggest box

long_description HSTR is a command line utility that brings improved \
Bash command completion from the history. \
It aims to make completion easier and more efficient than Ctrl-r. \
Expand All @@ -19,17 +19,16 @@ long_description HSTR is a command line utility that brings improved \
and bookmark your favorite commands.

homepage http://www.mindforger.com/projects/hh.html
github.tarball_from releases
distname hh-${version}-src
extract.suffix .tgz
worksrcdir ${name}

checksums rmd160 eef25b1705f967e9c675f128be30f6911cc6ab57 \
sha256 7b1a3abeb0e23f4591202806287d1a96f7c1c288bc1d2b4de21a1b9dac53e26d
checksums rmd160 ea0c8a5735464aa39df49f9894ba6fc075251c2c \
sha256 17c720e22a155f19b9a0ac79ad8aab780dc6d35e5f7d67ef928561d441283027

depends_build-append \
port:pkgconfig

depends_lib-append port:ncurses \
port:readline

use_autoreconf yes
autoreconf.args -fvi

configure.args CFLAGS=-I${prefix}/include/ \
LDFLAGS=-L${prefix}/lib

0 comments on commit ff00d6c

Please sign in to comment.