mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: ghostty-1.0.0
This commit is contained in:
parent
cd4f3850cc
commit
3f232d127f
1 changed files with 20 additions and 0 deletions
20
srcpkgs/ghostty/template
Normal file
20
srcpkgs/ghostty/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'ghostty'
|
||||||
|
pkgname=ghostty
|
||||||
|
version=1.0.0
|
||||||
|
revision=1
|
||||||
|
build_style=zig-build
|
||||||
|
configure_args="-Doptimize=ReleaseFast -Dpie"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="gtk4-devel libadwaita-devel"
|
||||||
|
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
|
||||||
|
rm -f "${DESTDIR}/usr/share/man/.placeholder"
|
||||||
|
tic -o "${DESTDIR}/usr/share/terminfo" -x "${DESTDIR}/usr/share/terminfo/ghostty.terminfo"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue