void-packages/srcpkgs/tllist/template
2020-07-26 20:07:40 -04:00

17 lines
457 B
Bash

# 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
}