mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
parent
69bfefbf9a
commit
db7ed56f1c
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'foot'
|
# Template file for 'foot'
|
||||||
pkgname=foot
|
pkgname=foot
|
||||||
version=1.7.2
|
version=1.8.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=$pkgname
|
wrksrc=$pkgname
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dwerror=false"
|
configure_args="-Dwerror=false"
|
||||||
hostmakedepends="pkg-config scdoc wayland-devel"
|
hostmakedepends="pkg-config scdoc wayland-devel"
|
||||||
makedepends="fcft-devel libxkbcommon-devel ncurses-devel tllist wayland-devel
|
makedepends="fcft-devel libutf8proc-devel libxkbcommon-devel ncurses-devel tllist
|
||||||
wayland-protocols"
|
wayland-devel wayland-protocols"
|
||||||
depends="${pkgname}-terminfo>=${version}_${revision}"
|
depends="${pkgname}-terminfo>=${version}_${revision}"
|
||||||
short_desc="Fast, lightweight and minimalistic Wayland terminal emulator"
|
short_desc="Fast, lightweight and minimalistic Wayland terminal emulator"
|
||||||
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
||||||
|
@ -15,7 +15,7 @@ license="MIT"
|
||||||
homepage="https://codeberg.org/dnkl/foot"
|
homepage="https://codeberg.org/dnkl/foot"
|
||||||
changelog="https://codeberg.org/dnkl/foot/src/branch/master/CHANGELOG.md"
|
changelog="https://codeberg.org/dnkl/foot/src/branch/master/CHANGELOG.md"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=0c5fa72a315b65100dfb8b7343212535e75e990b2a9500e028c6078c7915eb8a
|
checksum=9269acfbef40cb284590de3bf70fc67997ffb6361dec4b4dddae7cdbf4ad6490
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/share/doc/foot/LICENSE
|
rm -f ${DESTDIR}/usr/share/doc/foot/LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue