diff --git a/ubuntutouch/.gitignore b/ubuntutouch/.gitignore new file mode 100644 index 0000000..378eac2 --- /dev/null +++ b/ubuntutouch/.gitignore @@ -0,0 +1 @@ +build diff --git a/ubuntutouch/LICENSE b/ubuntutouch/LICENSE new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/ubuntutouch/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/ubuntutouch/README.md b/ubuntutouch/README.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/ubuntutouch/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file diff --git a/ubuntutouch/clickable.json b/ubuntutouch/clickable.json new file mode 100644 index 0000000..0a52f81 --- /dev/null +++ b/ubuntutouch/clickable.json @@ -0,0 +1,7 @@ +{ + "template": "pure", + "kill": "webapp-container", + "ignore": [ + ".git" + ] +} diff --git a/ubuntutouch/goober.apparmor b/ubuntutouch/goober.apparmor new file mode 100644 index 0000000..bf6657e --- /dev/null +++ b/ubuntutouch/goober.apparmor @@ -0,0 +1,9 @@ +{ + "template": "ubuntu-webapp", + "policy_groups": [ + "webview", + "audio", + "networking" + ], + "policy_version": 1.3 +} diff --git a/ubuntutouch/goober.desktop b/ubuntutouch/goober.desktop new file mode 100644 index 0000000..08cf302 --- /dev/null +++ b/ubuntutouch/goober.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=Goober +Exec=webapp-container --app-id="goober.thrrgilag" $@ www/index.html +Icon=icon.png +Terminal=false +Type=Application +X-Ubuntu-Touch=true diff --git a/ubuntutouch/icon.png b/ubuntutouch/icon.png new file mode 120000 index 0000000..30c272d --- /dev/null +++ b/ubuntutouch/icon.png @@ -0,0 +1 @@ +../resources/icon-144.png \ No newline at end of file diff --git a/ubuntutouch/manifest.json b/ubuntutouch/manifest.json new file mode 100644 index 0000000..92ed942 --- /dev/null +++ b/ubuntutouch/manifest.json @@ -0,0 +1,15 @@ +{ + "name": "goober.thrrgilag", + "description": "A pnut.io client", + "architecture": "all", + "title": "Goober", + "hooks": { + "goober": { + "apparmor": "goober.apparmor", + "desktop": "goober.desktop" + } + }, + "version": "0.6.3", + "maintainer": "Morgan McMillian ", + "framework" : "ubuntu-sdk-15.04.6" +} diff --git a/ubuntutouch/www b/ubuntutouch/www new file mode 120000 index 0000000..cec6c33 --- /dev/null +++ b/ubuntutouch/www @@ -0,0 +1 @@ +../www \ No newline at end of file