diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2016-02-11 23:55:16 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2016-02-11 23:55:16 +0100 |
| commit | 29aaea2d80a9eb1715b6cddfac2d2aacf76358bd (patch) | |
| tree | 012795b6bec16c72f38d33cff46324c9a0225868 /manifest.json.in | |
launchpad ~mzanetti/rockwork/trunk r87
Diffstat (limited to 'manifest.json.in')
| -rw-r--r-- | manifest.json.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/manifest.json.in b/manifest.json.in new file mode 100644 index 0000000..7d092bf --- /dev/null +++ b/manifest.json.in @@ -0,0 +1,16 @@ +{ + "name": "rockwork.mzanetti", + "description": "The clockwork for your Pebble smartwatch", + "architecture": "@CLICK_ARCH@", + "title": "RockWork", + "hooks": { + "rockwork": { + "apparmor": "rockwork/rockwork.apparmor", + "desktop": "rockwork/rockwork.desktop", + "urls": "rockwork/rockwork.url-dispatcher" + } + }, + "version": "@VERSION@", + "maintainer": "Michael Zanetti <michael_zanetti@gmx.net>", + "framework": "ubuntu-sdk-15.04.1" +} |
