New package: foot-1.4.2
This commit is contained in:
parent
682ccfd99c
commit
0a41720f24
2 changed files with 29 additions and 0 deletions
1
srcpkgs/foot-terminfo
Symbolic link
1
srcpkgs/foot-terminfo
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
foot
|
28
srcpkgs/foot/template
Normal file
28
srcpkgs/foot/template
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Template file for 'foot'
|
||||||
|
pkgname=foot
|
||||||
|
version=1.4.2
|
||||||
|
revision=1
|
||||||
|
wrksrc=$pkgname
|
||||||
|
build_style=meson
|
||||||
|
hostmakedepends="pkg-config scdoc wayland-devel "
|
||||||
|
makedepends="fcft-devel libxkbcommon-devel ncurses-devel tllist wayland-devel
|
||||||
|
wayland-protocols"
|
||||||
|
depends="${pkgname}-terminfo>=${version}_${revision}"
|
||||||
|
short_desc="Fast, lightweight and minimalistic Wayland terminal emulator"
|
||||||
|
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://codeberg.org/dnkl/foot"
|
||||||
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
|
checksum=5454404e916bf4509fdd5b88451c9a56e93fe967b2c874fa1592636a960f04f6
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
foot-terminfo_package() {
|
||||||
|
short_desc+=" - terminfo data"
|
||||||
|
archs=noarch
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/share/terminfo
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue