~gary-wzl77/texts-scope/fat_click_package

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "${PKG_PREFIX}.${PKG}",
    "description": "${DISPLAY_DESC}",
    "framework": "ubuntu-sdk-14.10",
    "architecture": "armhf",
    "title": "${DISPLAY_NAME}",
    "hooks": {
        "${APP}": {
            "scope": "${APP}",
            "apparmor": "${PKG_PREFIX}.${PKG}_${APP}.security.json"
        }
    },
    "version": "${VERSION}",
    "maintainer": "Kyle Nitzsche <kyle.nitzsche@canonical.com>"
}