Skip to content

Instantly share code, notes, and snippets.

@ramcq
Last active June 1, 2020 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramcq/67b5e2c7e2e0a1f894e4af7738a3b978 to your computer and use it in GitHub Desktop.
Save ramcq/67b5e2c7e2e0a1f894e4af7738a3b978 to your computer and use it in GitHub Desktop.
{
"id" : "com.github.gerry136.highlighterpdf",
"runtime" : "org.freedesktop.Platform",
"runtime-version" : "19.08",
"sdk" : "org.freedesktop.Sdk",
"command" : "highlighterpdf",
"modules" : [
{
"name" : "openjdk",
"buildsystem" : "simple",
"build-commands" : [
"/usr/lib/sdk/openjdk11/install.sh"
]
},
{
"name" : "highlighterpdf.sh",
"buildsystem" : "simple",
"sources" : [
{
"url" : "https://github.com/gerry136/highlighterpdf.git",
"branch" : "master",
"type" : "git"
},
{
"commands" : [
"#!/bin/sh",
"java -jar /app/bin/highlighterpdf.jar $@"
],
"dest-filename" : "highlighterpdf.sh",
"type" : "script"
}
],
"build-commands" : [
"install -m644 -D highlighterpdf.jar /app/bin/highlighterpdf.jar",
"install -D highlighterpdf.sh /app/bin/highlighterpdf"
]
}
],
"sdk-extensions" : [
"org.freedesktop.Sdk.Extension.openjdk11"
],
"finish-args" : [
"--env=PATH=/app/jre/bin:/app/bin:/usr/bin",
"--env=JAVA_HOME=/app/jre",
"--socket=x11",
"--share=network",
"--socket=fallback-x11",
"--share=ipc",
"--filesystem=host"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment