void-packages/srcpkgs/foot/template

31 lines
939 B
Bash

# Template file for 'foot'
pkgname=foot
version=1.13.1
revision=1
build_style=meson
configure_args="-Dwerror=false"
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}"
short_desc="Fast, lightweight and minimalistic Wayland terminal emulator"
maintainer="Isaac Freund <mail@isaacfreund.com>"
license="MIT"
homepage="https://codeberg.org/dnkl/foot"
changelog="https://codeberg.org/dnkl/foot/src/branch/master/CHANGELOG.md"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=604f777fdaccfc1ee2d20376cc5688a819dcd6b7113725880cc973194fd6c737
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
}
}