29 lines
755 B
YAML
29 lines
755 B
YAML
app-id: com.github.muriloventuroso.easyssh
|
|
runtime: io.elementary.Platform
|
|
runtime-version: '7.2'
|
|
sdk: io.elementary.Sdk
|
|
command: com.github.muriloventuroso.easyssh
|
|
finish-args:
|
|
- '--share=ipc'
|
|
- '--share=network'
|
|
- '--socket=x11'
|
|
- '--device=dri'
|
|
- '--socket=wayland'
|
|
- '--socket=ssh-auth'
|
|
- '--filesystem=home'
|
|
- '--metadata=X-DConf=migrate-path=/com/github/muriloventuroso/easyssh/'
|
|
modules:
|
|
- name: vte
|
|
buildsystem: meson
|
|
config-opts:
|
|
- '-Ddocs=false'
|
|
sources:
|
|
- type: archive
|
|
url: https://download.gnome.org/sources/vte/0.70/vte-0.70.1.tar.xz
|
|
sha256: 1f4601cbfea5302b96902208c8f185e5b18b259b5358bc93cf392bf59871c5b6
|
|
- name: easyssh
|
|
buildsystem: meson
|
|
sources:
|
|
- type: dir
|
|
path: .
|