void-packages/srcpkgs/foot/template
2020-10-12 21:28:50 +02:00

28 lines
780 B
Bash

# Template file for 'foot'
pkgname=foot
version=1.5.1
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=ab17c3c3b504275c86998b954b9ae1f0e5fc895611be26d2cc26c78e498ced9d
post_install() {
vlicense LICENSE
}
foot-terminfo_package() {
short_desc+=" - terminfo data"
pkg_install() {
vmove usr/share/terminfo
}
}