30 lines
938 B
Bash
30 lines
938 B
Bash
# Template file for 'foot'
|
|
pkgname=foot
|
|
version=1.15.3
|
|
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="Isaac Freund <mail@isaacfreund.com>"
|
|
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=65006a0643ec185a0e24578365e2e7469ddeba6bd543645a15d9bbb5ec501670
|
|
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
|
|
}
|
|
}
|