39 lines
1.0 KiB
Bash
39 lines
1.0 KiB
Bash
# Template file for 'ghostty'
|
|
pkgname=ghostty
|
|
version=1.1.2
|
|
revision=1
|
|
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}"
|
|
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=54d74a49df9f2e4b9a8b7c88372bdb78f4e3c4f072f6cee197c873e90ba27d19
|
|
|
|
case "${XBPS_TARGET_MACHINE}" in
|
|
armv*) broken="src/apprt/gtk/cgroup.zig:70:14: error: expected type 'usize', found 'u64'" ;;
|
|
esac
|
|
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
rm -f ${DESTDIR}/usr/share/man/.placeholder
|
|
}
|
|
|
|
ghostty-terminfo_package() {
|
|
short_desc+=" - terminfo data"
|
|
pkg_install() {
|
|
vmove usr/share/terminfo
|
|
}
|
|
}
|