basu: add recipe

This commit is contained in:
Markus Volk 2021-06-27 09:02:06 +02:00
parent 19e4bd0136
commit 844a05422a

View File

@ -0,0 +1,18 @@
SUMMARY = "The sd-bus library, extracted from systemd."
HOMEPAGE = "https://github.com/emersion/basu.git"
SECTION = "base"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "git://github.com/emersion/basu.git;protocol=https"
DEPENDS += "gperf-native libcap"
S = "${WORKDIR}/git"
PV = "0.2.0"
SRCREV = "v${PV}"
inherit meson
EXTRA_OEMESON += "--buildtype release"