35 lines
1023 B
Bash
Raw Normal View History

2024-12-26 23:46:15 +01:00
# Template file for 'ghostty'
pkgname=ghostty
version=1.0.0
revision=3
2024-12-26 23:46:15 +01:00
build_style=zig-build
configure_args="
-Doptimize=ReleaseFast
-Dpie
-Dversion-string=${version}
-fsys=freetype
-fsys=fontconfig
-fsys=harfbuzz"
hostmakedepends="pkg-config glib-devel pandoc"
makedepends="fontconfig-devel freetype-devel harfbuzz-devel gtk4-devel libadwaita-devel"
depends="ghostty-terminfo-${version}_${revision}"
2024-12-26 23:46:15 +01:00
short_desc="Fast and feature-rich terminal emulator that uses GPU acceleration"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="MIT"
homepage="https://ghostty.org/"
distfiles="https://github.com/ghostty-org/ghostty/archive/refs/tags/v${version}.tar.gz"
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
}
ghostty-terminfo_package() {
short_desc+=" - terminfo data"
pkg_install() {
vmove usr/share/terminfo
}
2024-12-26 23:46:15 +01:00
}