mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-20 18:40:37 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e1c8423bd | |||
| 3b6323ff12 |
@@ -3,8 +3,8 @@
|
|||||||
%global appid com.mitchellh.ghostty
|
%global appid com.mitchellh.ghostty
|
||||||
|
|
||||||
Name: ghostty
|
Name: ghostty
|
||||||
Version: 1.2.0
|
Version: 1.1.3
|
||||||
Release: 1%?dist
|
Release: 3%?dist
|
||||||
Summary: A fast, native terminal emulator written in Zig.
|
Summary: A fast, native terminal emulator written in Zig.
|
||||||
License: MIT AND MPL-2.0 AND OFL-1.1 AND (WTFPL OR CC0-1.0) AND Apache-2.0
|
License: MIT AND MPL-2.0 AND OFL-1.1 AND (WTFPL OR CC0-1.0) AND Apache-2.0
|
||||||
URL: https://ghostty.org/
|
URL: https://ghostty.org/
|
||||||
@@ -147,8 +147,10 @@ Ghostty's terminfo. Needed for basic terminal function.
|
|||||||
%prep
|
%prep
|
||||||
/usr/bin/minisign -V -m %{SOURCE0} -x %{SOURCE1} -P %{public_key}
|
/usr/bin/minisign -V -m %{SOURCE0} -x %{SOURCE1} -P %{public_key}
|
||||||
%autosetup
|
%autosetup
|
||||||
|
export ZIG_GLOBAL_CACHE_DIR="%{_zig_cache_dir}"
|
||||||
ZIG_GLOBAL_CACHE_DIR="%{_zig_cache_dir}" ./nix/build-support/fetch-zig-cache.sh
|
zig build --fetch
|
||||||
|
zig fetch git+https://github.com/zigimg/zigimg#3a667bdb3d7f0955a5a51c8468eac83210c1439e
|
||||||
|
zig fetch git+https://github.com/mitchellh/libxev#f6a672a78436d8efee1aa847a43a900ad773618b
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user