1726ee6107
No code actually changed so no need for any rebuilds. Just a fix for the license year and some changes in what meson installs.
17 lines
489 B
Bash
17 lines
489 B
Bash
# Template file for 'tllist'
|
|
pkgname=tllist
|
|
version=1.0.2
|
|
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=8fe933e4614aed35aa6dfb6ab3105b2c2d6eb80a75bd3e93d4445ce6efd3dba0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE
|
|
}
|