void-packages/srcpkgs/foot/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

29 lines
939 B
Bash

# Template file for 'foot'
pkgname=foot
version=1.16.2
revision=1
build_style=meson
hostmakedepends="pkg-config scdoc wayland-devel"
makedepends="fcft-devel libutf8proc-devel libxkbcommon-devel ncurses-devel tllist
wayland-devel wayland-protocols"
depends="${pkgname}-terminfo>=${version}_${revision} libutempter"
short_desc="Fast, lightweight and minimalistic Wayland terminal emulator"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://codeberg.org/dnkl/foot"
changelog="https://codeberg.org/dnkl/foot/raw/branch/master/CHANGELOG.md"
distfiles="https://codeberg.org/dnkl/foot/archive/${version}.tar.gz"
checksum=0e02af376e5f4a96eeb90470b7ad2e79a1d660db2a7d1aa772be43c7db00e475
conf_files="/etc/xdg/foot/foot.ini"
post_install() {
rm -f ${DESTDIR}/usr/share/doc/foot/LICENSE
vlicense LICENSE
}
foot-terminfo_package() {
short_desc+=" - terminfo data"
pkg_install() {
vmove usr/share/terminfo
}
}