diff --git a/srcpkgs/tllist/template b/srcpkgs/tllist/template new file mode 100644 index 00000000000..b18dd90d14d --- /dev/null +++ b/srcpkgs/tllist/template @@ -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 " +license="MIT" +homepage="https://codeberg.org/dnkl/tllist" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=baa94259ee6a8cc9114cf59cf58395a7f6537d36909e8bed036f0da7457b6a0e + +post_install() { + vlicense LICENSE + vdoc README.md +}