30 lines
939 B
Bash
30 lines
939 B
Bash
# Template file for 'foot'
|
|
pkgname=foot
|
|
version=1.18.1
|
|
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=59d22187f7ceaaaa570a5299b102e8f4692826e98785f89ad9d8911802ccc000
|
|
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
|
|
}
|
|
}
|