mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
aebb88b41f
Changelog: * Released v3.1.0 - Minor release fixing a Bash function that is used when ioctl/TIOCSTI is not available. * Released v3.0.0 - major release which adds ability of HSTR to work on operating systems and Linux kernels without ioctl/TIOCSTI support. * Released v2.6.0 - fix release (several memory leak and overflow fixes, MacPorts and Debian documentation, Snap script fix, GitHub Actions workflow). Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
668 B
BlitzBasic
18 lines
668 B
BlitzBasic
SUMMARY = "bash and zsh shell history suggest box - easily view, navigate, search and manage your command history."
|
|
HOMEPAGE = "http://dvorka.github.io/hstr/"
|
|
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
|
|
|
|
DEPENDS = "ncurses readline"
|
|
|
|
SRC_URI = "https://github.com/dvorka/hstr/releases/download/3.1/hstr-${PV}-tarball.tgz \
|
|
file://0001-configure.ac-Don-t-use-AC_CHECK_FILE.patch \
|
|
file://0001-Use-OE-specific-checks-for-ncurses.patch"
|
|
|
|
S = "${WORKDIR}/${BPN}"
|
|
|
|
SRC_URI[sha256sum] = "4dabf61f045f022bac8bc909e5fd96041af6c53df56d97dfa3cfbf49af4453a5"
|
|
|
|
inherit autotools pkgconfig bash-completion
|