-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathweylus.json
31 lines (31 loc) · 1012 Bytes
/
weylus.json
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
28
29
30
31
{
"name": "weylus",
"build-options": {
"env": [
"CARGO_HOME=/run/build/weylus/cargo",
"npm_config_nodedir=/usr/lib/sdk/node16",
"RUSTFLAGS=-L /app/lib"
],
"prepend-path": "/usr/lib/sdk/node16/bin:/usr/lib/sdk/rust-stable/bin"
},
"buildsystem": "simple",
"build-commands": [
"cargo --offline fetch --manifest-path Cargo.toml --verbose",
"cargo --offline build --release --verbose --features=ffmpeg-system",
"install -Dm755 target/release/weylus -t /app/bin/"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/H-M-H/Weylus/archive/v0.11.4/Weylus-0.11.4.tar.gz",
"sha256": "d5ebf0aa046ab37a9358bf6ce70fc85f55f823c96c939a6739f3d1c7eef22843"
},
"cargo-sources.json",
{
"type": "shell",
"commands": [
"sed -i '/cargo:rustc-link-lib.*va-glx/d' build.rs"
]
}
]
}