New package: tllist-1.0.1

This commit is contained in:
Isaac Freund 2020-07-25 16:31:28 +02:00 committed by Andrew J. Hesford
parent 35ff97c5cd
commit 9b2fd82d6f

17
srcpkgs/tllist/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'tllist'
pkgname=tllist
version=1.0.1
revision=1
wrksrc=$pkgname
build_style=meson
short_desc="C header file only implementation of a typed linked list"
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
license="MIT"
homepage="https://codeberg.org/dnkl/tllist"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=baa94259ee6a8cc9114cf59cf58395a7f6537d36909e8bed036f0da7457b6a0e
post_install() {
vlicense LICENSE
vdoc README.md
}