30 lines
939 B
Bash
30 lines
939 B
Bash
# Template file for 'foot'
|
|
pkgname=foot
|
|
version=1.17.2
|
|
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=6b6c52f3e6d9ad357b9704996ce3039523c87df7b8e00a9250f8858d16495bf6
|
|
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
|
|
}
|
|
}
|