blob: 5d733b10e4b752e55c4484fcbf9457451d1bfb80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
id: systems.tranquil.Map
runtime: org.gnome.Platform
runtime-version: '50'
sdk: org.gnome.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.rust-stable
command: map
finish-args:
- --device=dri
- --share=ipc
- --socket=wayland
- --socket=fallback-x11
modules:
- name: map
buildsystem: meson
build-options:
append-path: /usr/lib/sdk/rust-stable/bin
env:
CARGO_NET_OFFLINE: 'true'
sources:
- type: dir
path: ../..
- cargo-sources.json
- type: shell
commands:
- mkdir -p .cargo
- cp -vf cargo/config .cargo/config.toml
|