2021-06-06 19:01:21 +02:00
|
|
|
SUMMARY = "A C header file only implementation of a typed linked list."
|
|
|
|
HOMEPAGE = "https://codeberg.org/dnkl/tllist"
|
|
|
|
BUGTRACKER = "https://codeberg.org/dnkl/tllist/issues"
|
|
|
|
SECTION = "base/shell"
|
|
|
|
LICENSE = "MIT"
|
|
|
|
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3a7351a597a91e763901f7c76f21e798"
|
|
|
|
|
|
|
|
SRC_URI = " \
|
2021-11-23 17:16:27 +01:00
|
|
|
git://codeberg.org/dnkl/tllist.git;protocol=https;branch=master \
|
2021-06-06 19:01:21 +02:00
|
|
|
"
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PV = "1.0.5"
|
2022-02-01 04:34:57 +01:00
|
|
|
SRCREV = "f2d806fe3e63a4f8b2da45883764c79696380e51"
|
2021-06-06 19:01:21 +02:00
|
|
|
|
|
|
|
inherit meson pkgconfig
|
|
|
|
|
|
|
|
BBCLASSEXTEND = ""
|
|
|
|
|