mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-12 22:14:30 +02:00
move some files
This commit is contained in:
20
recipes-extended/tllist/tllist_git.bb
Normal file
20
recipes-extended/tllist/tllist_git.bb
Normal 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 = ""
|
||||
|
Reference in New Issue
Block a user