Skip to content

Commit

Permalink
hstr: New port.
Browse files Browse the repository at this point in the history
  • Loading branch information
mf2k committed Feb 1, 2017
1 parent c18a556 commit bc3e8e2
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions shells/hstr/Portfile
@@ -0,0 +1,35 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup github 1.0

github.setup dvorka hstr 1.21

categories shells
platforms darwin
license Apache-2
maintainers nomaintainer

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. \
Apart to the completion, history can be managed (you can remove \
commands that e.g. contain sensitive information like passwords) \
and bookmark your favorite commands.

homepage http://www.mindforger.com/projects/hh.html

checksums rmd160 eef25b1705f967e9c675f128be30f6911cc6ab57 \
sha256 7b1a3abeb0e23f4591202806287d1a96f7c1c288bc1d2b4de21a1b9dac53e26d

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 bc3e8e2

Please sign in to comment.