Skip to content
Snippets Groups Projects
Verified Commit 91f00f29 authored by Nico's avatar Nico
Browse files

Include briar headless

That's a binary prebuilt by me. Later, we should build it by source.
parent e7ae6fd4
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,21 @@
"/usr/lib/sdk/openjdk10/enable.sh"
]
},
{
"name": "briar-headless",
"buildsystem": "simple",
"build-commands": [
"mkdir -p /app/briar",
"install -Dm644 briar-headless.jar /app/briar/briar-headless.jar"
],
"sources": [
{
"type" : "file",
"url" : "https://media.dorfbrunnen.eu/briar/briar-headless.jar",
"sha256": "d4d610ebdc9822f05ade455487921d0eb21469c23ae162fe63da1f557008d586"
}
]
},
{
"name": "briar_gtk",
"buildsystem": "meson",
......@@ -60,4 +75,4 @@
]
}
]
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment