void-packages/srcpkgs/foot/template

29 lines
763 B
Bash
Raw Normal View History

2020-07-25 22:43:33 +00:00
# Template file for 'foot'
pkgname=foot
2020-08-05 20:22:16 +00:00
version=1.4.4
2020-07-25 22:43:33 +00:00
revision=1
wrksrc=$pkgname
build_style=meson
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"
2020-08-05 20:22:16 +00:00
checksum=0d00e30d38c50b67138535bbcb6f2ea0e27b83b160823842cffbe79f9cc5de30
2020-07-25 22:43:33 +00:00
post_install() {
vlicense LICENSE
}
foot-terminfo_package() {
short_desc+=" - terminfo data"
archs=noarch
pkg_install() {
vmove usr/share/terminfo
}
}