move some files

This commit is contained in:
Markus Volk
2021-07-08 16:16:40 +02:00
parent 959e1811db
commit 3aa93e01e5
5 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,20 @@
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 = " \
git://codeberg.org/dnkl/tllist.git;protocol=https \
"
S = "${WORKDIR}/git"
PV = "1.0.5"
SRCREV = "${PV}"
inherit meson pkgconfig
BBCLASSEXTEND = ""