device-ls/dog.asonix.git.asonix.DeviceLs.yml

41 lines
695 B
YAML

app-id: dog.asonix.git.asonix.DeviceLs
runtime: io.elementary.Platform
runtime-version: 'daily'
sdk: io.elementary.Sdk
sdk-extensions:
- 'org.freedesktop.Sdk.Extension.rust-stable'
command: device-ls
finish-args:
- '--device=all'
build-options:
append-path: /usr/lib/sdk/rust-stable/bin
build-args:
- '--share=network'
env:
RUST_BACKTRACE: "1"
RUST_LOG: device_ls=debug
cleanup:
- '/include'
- '/lib/pkgconfig'
- '/man'
- '/share/doc'
- '/share/gtk-doc'
- '/share/man'
- '/share/pkgconfig'
- '*.la'
- '*.a'
modules:
- name: device-ls
buildsystem: meson
config-opts:
- -Dbuildtype=debug
sources:
- type: dir
path: .