17 lines
491 B
Bash
17 lines
491 B
Bash
# Template file for 'tllist'
|
|
pkgname=tllist
|
|
version=1.1.0
|
|
revision=1
|
|
build_style=meson
|
|
short_desc="C header file only implementation of a typed linked list"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://codeberg.org/dnkl/tllist"
|
|
distfiles="https://codeberg.org/dnkl/tllist/archive/${version}.tar.gz"
|
|
checksum=0e7b7094a02550dd80b7243bcffc3671550b0f1d8ba625e4dff52517827d5d23
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE
|
|
}
|