30 lines
938 B
Bash
30 lines
938 B
Bash
# Template file for 'foot'
|
|
pkgname=foot
|
|
version=1.16.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="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=43df31d457ee1f30909d12875a18845e66277def32a25d9754c96995c58d179a
|
|
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
|
|
}
|
|
}
|