2
0
mirror of https://github.com/koreader/koreader synced 2024-11-11 19:11:14 +00:00
koreader/platform/ubuntu-touch/manifest.json
chrox a60544b1ad Koreader Ubuntu-touch port
Currently only tested on Ubuntu-touch emulator with framework
ubuntu-sdk-14.10 for armhf.
The ubuntu-touch port is binary compatible with the Kobo port
major changes in this PR are:
1. rename the emulator device to sdl device since both the emulator
and the ubuntu-touch target use libsdl to handle input/output.
2. ubuntu-touch app has no write access to the installation dir so
all write-outs should be in a seperate dir definded in `datastorage`.
2015-10-03 14:48:51 +08:00

16 lines
533 B
JSON

{
"architecture": "armhf",
"description": "An ebook reader application supports PDF, DJVU, EPUB, FB2 and much more, running on Kindle, Kobo, PocketBook, Ubuntu touch and Android devices",
"framework": "ubuntu-sdk-14.10",
"hooks": {
"koreader": {
"apparmor": "koreader.apparmor",
"desktop": "koreader.desktop"
}
},
"maintainer": "Huang Xin <chrox.huang@gmail.com>",
"name": "org.koreader.koreader",
"title": "Koreader for Ubuntu touch",
"version": "0.0.1"
}