add build for ubuntu touch #76

This commit is contained in:
Morgan McMillian 2018-09-03 08:18:32 -07:00
parent 93e4c38c71
commit 0565ce9aee
9 changed files with 43 additions and 0 deletions

1
ubuntutouch/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
build

1
ubuntutouch/LICENSE Symbolic link
View file

@ -0,0 +1 @@
../LICENSE

1
ubuntutouch/README.md Symbolic link
View file

@ -0,0 +1 @@
../README.md

View file

@ -0,0 +1,7 @@
{
"template": "pure",
"kill": "webapp-container",
"ignore": [
".git"
]
}

View file

@ -0,0 +1,9 @@
{
"template": "ubuntu-webapp",
"policy_groups": [
"webview",
"audio",
"networking"
],
"policy_version": 1.3
}

View file

@ -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

1
ubuntutouch/icon.png Symbolic link
View file

@ -0,0 +1 @@
../resources/icon-144.png

15
ubuntutouch/manifest.json Normal file
View file

@ -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 <gilag@monkeystew.com>",
"framework" : "ubuntu-sdk-15.04.6"
}

1
ubuntutouch/www Symbolic link
View file

@ -0,0 +1 @@
../www