Skip to content

Commit

Permalink
flatpak repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed May 11, 2018
1 parent 92bf135 commit 79dddc1
Show file tree
Hide file tree
Showing 24 changed files with 52 additions and 0 deletions.
Binary file added build-dir/files/bin/cointop
Binary file not shown.
29 changes: 29 additions & 0 deletions build-dir/files/manifest.json
@@ -0,0 +1,29 @@
{
"id" : "com.github.miguelmota.Cointop",
"runtime" : "org.freedesktop.Platform",
"runtime-version" : "1.6",
"runtime-commit" : "00f1ad6848905e10452e96aee032d76bd8f9225334fa8129a8ac0a6d25d901ae",
"sdk" : "org.freedesktop.Sdk",
"sdk-commit" : "5723623299f09eced81c02287cb857447d3b1b6ede806f572b18be8f2a049ca9",
"command" : "cointop",
"modules" : [
{
"name" : "cointop",
"buildsystem" : "simple",
"sources" : [
{
"url" : "https://github.com/miguelmota/cointop.git",
"commit" : "92bf1357f534969098aec2aae0ca5bd1e3759587",
"type" : "git"
}
],
"build-commands" : [
"install -D bin/linux/cointop /app/bin/cointop"
]
}
],
"finish-args" : [
"--filesystem=home",
"--share=network"
]
}
9 changes: 9 additions & 0 deletions build-dir/metadata
@@ -0,0 +1,9 @@
[Application]
name=com.github.miguelmota.Cointop
runtime=org.freedesktop.Platform/x86_64/1.6
sdk=org.freedesktop.Sdk/x86_64/1.6
command=cointop

[Context]
shared=network;
filesystems=home;
1 change: 1 addition & 0 deletions build-dir/var/run
2 changes: 2 additions & 0 deletions hello.sh
@@ -0,0 +1,2 @@
#!/bin/sh
echo "Hello world, from a sandbox"
9 changes: 9 additions & 0 deletions repo/config
@@ -0,0 +1,9 @@
[core]
repo_version=1
mode=archive-z2

[remote "cointop"]
gpg-verify=false
gpg-verify-summary=false
url=https://cointop.sh/cointop.flatpakrepo

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
842ad92891c7a5ffd556226631bb7c0fdeeee18fc2363cd81f6297a66b42cd63
1 change: 1 addition & 0 deletions repo/refs/heads/app/com.miguelmota.Cointop/x86_64/master
@@ -0,0 +1 @@
78510476a2b87f1d8cd83a6ed3899061caac406c71bc0494d1ef3915a5696d59
Binary file added repo/summary
Binary file not shown.
Empty file added test.txt
Empty file.

0 comments on commit 79dddc1

Please sign in to comment.