package/tllist: new package
Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
7e767c81a8
commit
996b786cfc
@ -39,6 +39,7 @@ F: package/flutter-pi/
|
||||
F: package/flutter-sdk-bin/
|
||||
F: package/python-kmod/
|
||||
F: package/python-versioneer/
|
||||
F: package/tllist/
|
||||
F: support/testing/tests/package/test_firewalld.py
|
||||
F: support/testing/tests/package/test_flutter.py
|
||||
|
||||
|
@ -2203,6 +2203,7 @@ endif
|
||||
source "package/tbb/Config.in"
|
||||
source "package/tinycbor/Config.in"
|
||||
source "package/tl-expected/Config.in"
|
||||
source "package/tllist/Config.in"
|
||||
source "package/tz/Config.in"
|
||||
source "package/tzdata/Config.in"
|
||||
source "package/uvw/Config.in"
|
||||
|
6
package/tllist/Config.in
Normal file
6
package/tllist/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_TLLIST
|
||||
bool "tllist"
|
||||
help
|
||||
A C header file only implementation of a typed linked list.
|
||||
|
||||
https://codeberg.org/dnkl/tllist
|
3
package/tllist/tllist.hash
Normal file
3
package/tllist/tllist.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 3f3fe2f7433719cec816c63937a7aa36e566bd317763ef46d11562073ab6361d 1.1.0.tar.gz
|
||||
sha256 d534a23a31500a0ac958d9634b84f532bd73ff1aca1bb8f7debbcbebc16ff39a LICENSE
|
16
package/tllist/tllist.mk
Normal file
16
package/tllist/tllist.mk
Normal file
@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# tllist
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TLLIST_VERSION = 1.1.0
|
||||
TLLIST_SOURCE = $(TLLIST_VERSION).tar.gz
|
||||
TLLIST_SITE = https://codeberg.org/dnkl/tllist/archive
|
||||
TLLIST_LICENSE = MIT
|
||||
TLLIST_LICENSE_FILES = LICENSE
|
||||
# header only
|
||||
TLLIST_INSTALL_TARGET = NO
|
||||
TLLIST_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(meson-package))
|
Loading…
Reference in New Issue
Block a user