M7350/oe-core/meta-tp/recipes/npd6/npd6_1.1.0.bb

16 lines
358 B
BlitzBasic
Raw Normal View History

2024-09-09 08:57:42 +00:00
DESCRIPTION = "compiled npd6!"
#just close license for now.
LICENSE = "CLOSED"
PR = "r1"
SRC_URI = "https://github.com/npd6/npd6/archive/npd6-1.1.0.tar.gz"
SRC_URI[sha256sum] = "e3e537358aa06124856c3f13d0e120ba2a3351ea97ab584d71b0efa2c3ea373e"
S = "${WORKDIR}/${PN}-${PV}"
do_install () {
install -d ${D}${bindir}
install -m 0755 npd6 ${D}${bindir}/
}