mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Don't stage shells
This commit is contained in:

committed by
Mitchell Hashimoto

parent
78446008c4
commit
9c81cd323d
@ -72,6 +72,9 @@ parts:
|
|||||||
- libgtk-4-dev
|
- libgtk-4-dev
|
||||||
- libadwaita-1-dev
|
- libadwaita-1-dev
|
||||||
- git
|
- git
|
||||||
|
stage-packages:
|
||||||
|
- libadwaita-1-0
|
||||||
|
- libgtk-4-1
|
||||||
override-build: |
|
override-build: |
|
||||||
craftctl set version=$(grep version build.zig.zon |awk -F '"' '{print $2}')-$(git describe --abbrev=8)
|
craftctl set version=$(grep version build.zig.zon |awk -F '"' '{print $2}')-$(git describe --abbrev=8)
|
||||||
$CRAFT_PART_SRC/../../zig/src/zig build -Doptimize=ReleaseFast
|
$CRAFT_PART_SRC/../../zig/src/zig build -Doptimize=ReleaseFast
|
||||||
|
Reference in New Issue
Block a user