This commit is contained in:
Imbus 2026-02-03 18:12:28 +01:00
commit b4d9399de6
16 changed files with 465 additions and 0 deletions

View file

@ -0,0 +1,21 @@
LICENSE = "ISC & BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9ddb37016e12a99202e14ddb69593155"
SRC_URI = "git://github.com/eradman/entr;protocol=https;branch=master"
PV = "1.0+git"
SRCREV = "81fb8966fd709b3d99996df644ee1c4c8492235d"
S = "${WORKDIR}/git"
do_configure () {
./configure
}
do_compile () {
oe_runmake
}
do_install() {
oe_runmake install DESTDIR=${D} PREFIX=${prefix}
}