30 lines
939 B
Bash
30 lines
939 B
Bash
# Template file for 'foot'
|
|
pkgname=foot
|
|
version=1.19.0
|
|
revision=1
|
|
build_style=meson
|
|
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} libutempter"
|
|
short_desc="Fast, lightweight and minimalistic Wayland terminal emulator"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="MIT"
|
|
homepage="https://codeberg.org/dnkl/foot"
|
|
changelog="https://codeberg.org/dnkl/foot/raw/branch/master/CHANGELOG.md"
|
|
distfiles="https://codeberg.org/dnkl/foot/archive/${version}.tar.gz"
|
|
checksum=148b0b545ca37e15b877ff9f6a768a4ce6feb0ed256f8a5f853cb2e16e3323c1
|
|
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
|
|
}
|
|
}
|