mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ghostty: keep term{cap,info} files as they are checked for at runtime
This commit is contained in:
parent
f9b63c085e
commit
b76911cb70
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ghostty'
|
# Template file for 'ghostty'
|
||||||
pkgname=ghostty
|
pkgname=ghostty
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=zig-build
|
build_style=zig-build
|
||||||
configure_args="
|
configure_args="
|
||||||
-Doptimize=ReleaseFast
|
-Doptimize=ReleaseFast
|
||||||
|
@ -23,7 +23,7 @@ checksum=bd12953c8bbe7149e2f94e7e578a88e981932a69aa483f5ce9a2cfba726e0015
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
tic -sx -o ${DESTDIR}/usr/share/terminfo ${DESTDIR}/usr/share/terminfo/ghostty.terminfo
|
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() {
|
ghostty-terminfo_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue