ghostty: keep term{cap,info} files as they are checked for at runtime

This commit is contained in:
Duncaen 2024-12-28 00:30:59 +01:00
parent f9b63c085e
commit b76911cb70
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -1,7 +1,7 @@
# Template file for 'ghostty'
pkgname=ghostty
version=1.0.0
revision=2
revision=3
build_style=zig-build
configure_args="
-Doptimize=ReleaseFast
@ -23,7 +23,7 @@ checksum=bd12953c8bbe7149e2f94e7e578a88e981932a69aa483f5ce9a2cfba726e0015
post_install() {
vlicense LICENSE
tic -sx -o ${DESTDIR}/usr/share/terminfo ${DESTDIR}/usr/share/terminfo/ghostty.terminfo
rm -f ${DESTDIR}/usr/share/man/.placeholder ${DESTDIR}/usr/share/terminfo/ghostty.{terminfo,termcap}
rm -f ${DESTDIR}/usr/share/man/.placeholder
}
ghostty-terminfo_package() {