void-packages/srcpkgs/tllist/template
Isaac Freund d2fbe47cac *: orphan packages maintained by ifreund
I've moved on from void and won't be updating these any more.
Despite that, I'll probably continue to lurk in #xbps so feel free to
ping me with any questions about Zig or river packaging.

Changes by @ahesford: adopt foot, libxkbcommon, seatd, wayland-protocols

Closes: #48400 [via git-merge-pr]
2024-01-28 07:21:05 -05:00

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