xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hstr/hstr_2.5.0.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "bash and zsh shell history suggest box - easily view, navigate, search and manage your command history."
2HOMEPAGE = "http://dvorka.github.io/hstr/"
3
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
6
7DEPENDS = "ncurses readline"
8
9SRC_URI = "https://github.com/dvorka/hstr/releases/download/2.5/hstr-${PV}-tarball.tgz \
10           file://0001-configure.ac-Don-t-use-AC_CHECK_FILE.patch \
11           file://0001-Use-OE-specific-checks-for-ncurses.patch"
12
13S = "${WORKDIR}/${BPN}"
14
15SRC_URI[sha256sum] = "44bb6d93ef064536218f8ae5464772861bfccfe364a436397d9f770207cd306d"
16
17inherit autotools pkgconfig bash-completion
18