void-packages/srcpkgs/foot/template
2020-10-14 20:52:54 +02:00

28 lines
780 B
Bash

# Template file for 'foot'
pkgname=foot
version=1.5.2
revision=1
wrksrc=$pkgname
build_style=meson
configure_args="-Dwerror=false"
hostmakedepends="pkg-config scdoc wayland-devel"
makedepends="fcft-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 <ifreund@ifreund.xyz>"
license="MIT"
homepage="https://codeberg.org/dnkl/foot"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=e6103117bc77627dd5ea7a3f79324e21ae6a65d31100fb4d09b09528a8cb3846
post_install() {
vlicense LICENSE
}
foot-terminfo_package() {
short_desc+=" - terminfo data"
pkg_install() {
vmove usr/share/terminfo
}
}