New package: tllist-1.0.1
This commit is contained in:
parent
35ff97c5cd
commit
9b2fd82d6f
1 changed files with 17 additions and 0 deletions
17
srcpkgs/tllist/template
Normal file
17
srcpkgs/tllist/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue