mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
prettier
This commit is contained in:
@ -29,9 +29,9 @@ cleanup:
|
|||||||
- /share/gir-1.0
|
- /share/gir-1.0
|
||||||
- /share/pkgconfig
|
- /share/pkgconfig
|
||||||
- /share/vala
|
- /share/vala
|
||||||
- '*.la'
|
- "*.la"
|
||||||
- '*.a'
|
- "*.a"
|
||||||
- '*.so'
|
- "*.so"
|
||||||
|
|
||||||
modules:
|
modules:
|
||||||
- dependencies.yml
|
- dependencies.yml
|
||||||
|
@ -24,9 +24,9 @@ cleanup:
|
|||||||
- /share/gir-1.0
|
- /share/gir-1.0
|
||||||
- /share/pkgconfig
|
- /share/pkgconfig
|
||||||
- /share/vala
|
- /share/vala
|
||||||
- '*.la'
|
- "*.la"
|
||||||
- '*.a'
|
- "*.a"
|
||||||
- '*.so'
|
- "*.so"
|
||||||
|
|
||||||
modules:
|
modules:
|
||||||
- dependencies.yml
|
- dependencies.yml
|
||||||
|
@ -15,7 +15,7 @@ modules:
|
|||||||
- name: blueprint-compiler
|
- name: blueprint-compiler
|
||||||
buildsystem: meson
|
buildsystem: meson
|
||||||
cleanup:
|
cleanup:
|
||||||
- '*'
|
- "*"
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://gitlab.gnome.org/jwestman/blueprint-compiler.git
|
url: https://gitlab.gnome.org/jwestman/blueprint-compiler.git
|
||||||
@ -38,7 +38,7 @@ modules:
|
|||||||
- name: pandoc
|
- name: pandoc
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
cleanup:
|
cleanup:
|
||||||
- '*'
|
- "*"
|
||||||
build-commands:
|
build-commands:
|
||||||
- install -Dm755 bin/pandoc /app/bin/pandoc
|
- install -Dm755 bin/pandoc /app/bin/pandoc
|
||||||
sources:
|
sources:
|
||||||
@ -49,7 +49,8 @@ modules:
|
|||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: json
|
type: json
|
||||||
url: https://api.github.com/repos/jgm/pandoc/releases/latest
|
url: https://api.github.com/repos/jgm/pandoc/releases/latest
|
||||||
url-query: .assets[] | select(.name=="pandoc-" + $version + "-linux-amd64.tar.gz")
|
url-query:
|
||||||
|
.assets[] | select(.name=="pandoc-" + $version + "-linux-amd64.tar.gz")
|
||||||
| .browser_download_url
|
| .browser_download_url
|
||||||
version-query: .tag_name
|
version-query: .tag_name
|
||||||
- type: archive
|
- type: archive
|
||||||
@ -59,7 +60,7 @@ modules:
|
|||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: json
|
type: json
|
||||||
url: https://api.github.com/repos/jgm/pandoc/releases/latest
|
url: https://api.github.com/repos/jgm/pandoc/releases/latest
|
||||||
url-query: .assets[] | select(.name=="pandoc-" + $version + "-linux-arm64.tar.gz")
|
url-query:
|
||||||
|
.assets[] | select(.name=="pandoc-" + $version + "-linux-arm64.tar.gz")
|
||||||
| .browser_download_url
|
| .browser_download_url
|
||||||
version-query: .tag_name
|
version-query: .tag_name
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
{
|
{
|
||||||
"com.mitchellh.ghostty": [
|
"com.mitchellh.ghostty": ["finish-args-flatpak-spawn-access"]
|
||||||
"finish-args-flatpak-spawn-access"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user