mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 18:02:19 +00:00
9cf4829d72
* use correct source for ghostty 1.0.1
* verify tarball for ghostty
* set appropriate zig options when building ghostty
a breakdown:
- DESTDIR was added because the prefix is different from the build root, including it in the given prefix may include broken paths in the resulting output
- `-Doptimize` is the old version of `--release` and is around for backwards compatibility
- extra flags for lib dir, exe dir and include dir were added to ensure zig install stuff to the right location
* fetch zig packages ahead of time and enable system integration
* reorder changelog to be in chronological order
* add build requirements for dynamic linking
* Update license to match everything vendored
* Update ghostty.spec
Signed-off-by: Gil <rockgrub@protonmail.com>
* Update ghostty-nightly.spec
Signed-off-by: Gil <rockgrub@protonmail.com>
---------
Signed-off-by: Gil <rockgrub@protonmail.com>
Co-authored-by: Gil <rockgrub@protonmail.com>
(cherry picked from commit ca633bafc0)
Co-authored-by: Jan <sentrycraft123@gmail.com>