blob: a641feef6f90dae25d6f2ff4b728485fc53a8884 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "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
Patrick Williams169d7bc2024-01-05 11:33:25 -06009SRC_URI = "https://github.com/dvorka/hstr/releases/download/3.1/hstr-${PV}-tarball.tgz \
Andrew Geissler9aee5002022-03-30 16:27:02 +000010 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
Patrick Williams169d7bc2024-01-05 11:33:25 -060015SRC_URI[sha256sum] = "4dabf61f045f022bac8bc909e5fd96041af6c53df56d97dfa3cfbf49af4453a5"
Andrew Geissler9aee5002022-03-30 16:27:02 +000016
17inherit autotools pkgconfig bash-completion