mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-05 15:33:00 +00:00
prettier
This commit is contained in:
parent
7c1e68293e
commit
3e81006eaa
@ -29,9 +29,9 @@ cleanup:
|
||||
- /share/gir-1.0
|
||||
- /share/pkgconfig
|
||||
- /share/vala
|
||||
- '*.la'
|
||||
- '*.a'
|
||||
- '*.so'
|
||||
- "*.la"
|
||||
- "*.a"
|
||||
- "*.so"
|
||||
|
||||
modules:
|
||||
- dependencies.yml
|
||||
|
@ -24,9 +24,9 @@ cleanup:
|
||||
- /share/gir-1.0
|
||||
- /share/pkgconfig
|
||||
- /share/vala
|
||||
- '*.la'
|
||||
- '*.a'
|
||||
- '*.so'
|
||||
- "*.la"
|
||||
- "*.a"
|
||||
- "*.so"
|
||||
|
||||
modules:
|
||||
- dependencies.yml
|
||||
|
@ -15,7 +15,7 @@ modules:
|
||||
- name: blueprint-compiler
|
||||
buildsystem: meson
|
||||
cleanup:
|
||||
- '*'
|
||||
- "*"
|
||||
sources:
|
||||
- type: git
|
||||
url: https://gitlab.gnome.org/jwestman/blueprint-compiler.git
|
||||
@ -38,7 +38,7 @@ modules:
|
||||
- name: pandoc
|
||||
buildsystem: simple
|
||||
cleanup:
|
||||
- '*'
|
||||
- "*"
|
||||
build-commands:
|
||||
- install -Dm755 bin/pandoc /app/bin/pandoc
|
||||
sources:
|
||||
@ -49,7 +49,8 @@ modules:
|
||||
x-checker-data:
|
||||
type: json
|
||||
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
|
||||
version-query: .tag_name
|
||||
- type: archive
|
||||
@ -59,7 +60,7 @@ modules:
|
||||
x-checker-data:
|
||||
type: json
|
||||
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
|
||||
version-query: .tag_name
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
{
|
||||
"com.mitchellh.ghostty": [
|
||||
"finish-args-flatpak-spawn-access"
|
||||
]
|
||||
"com.mitchellh.ghostty": ["finish-args-flatpak-spawn-access"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user