void-packages/srcpkgs/foot/template
UsernameRandomlyGenerated 8594407542 foot: update to 1.6.4.
2021-02-14 17:14:14 -03:00

30 lines
899 B
Bash

# Template file for 'foot'
pkgname=foot
version=1.6.4
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"
changelog="https://codeberg.org/dnkl/foot/src/branch/master/CHANGELOG.md"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=73142dcb7d0223ca740f880d372084b6dfdd56700c375709b3166bcaf32e034c
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
}
}