mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 05:05:13 +02:00
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]
16 lines
491 B
Bash
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
|
|
}
|