Skip to content

Instantly share code, notes, and snippets.

@jmarhee
Created September 5, 2024 19:47
Show Gist options
  • Save jmarhee/89de17bf2911ca7381682408f94a83c3 to your computer and use it in GitHub Desktop.
Save jmarhee/89de17bf2911ca7381682408f94a83c3 to your computer and use it in GitHub Desktop.
{
"app-id": "com.example.Clio",
"runtime": "org.freedesktop.Platform",
"runtime-version": "21.08",
"sdk": "org.freedesktop.Sdk",
"command": "clio",
"modules": [
{
"name": "clio",
"buildsystem": "simple",
"build-commands": [
"install -D clio /app/bin/clio"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/gptscript-ai/clio/releases/download/v0.2.0/clio_v0.2.0_linux_amd64.tar.gz",
"sha256": "79067526f9e5c311222bce5c45cd4186ff1ff7d42bd9dea4dbab4bfdc1c11155"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment