morpheusv2

A Matrix client written in Go-QT
git clone git://archive.git.mtrnord.blog/Nordgedanken/morpheusv2.git
Log | Files | Refs | README | LICENSE

deb.json (1456B)


      1 {
      2   "name": "Morpheusv2",
      3   "maintainer": "MTRNord <info@nordgedanken.de>",
      4   "version": "0.1.0",
      5   "arch": "amd64",
      6   "files": [
      7     {
      8       "from": ".circleci/Morpheusv2.sh",
      9       "to": "/usr/bin",
     10       "base": ".circleci/",
     11       "fperm": "0755"
     12     },
     13     {
     14       "from": "deploy/linux/Morpheusv2",
     15       "to": "/usr/bin",
     16       "base": "deploy/linux/",
     17       "fperm": "0755"
     18     },
     19     {
     20       "from": "deploy/linux/lib/**/**",
     21       "to": "/usr/local/lib/",
     22       "base": "deploy/linux/lib/",
     23       "fperm": "0755"
     24     },
     25     {
     26       "from": "deploy/linux/plugins/**/**",
     27       "to": "/usr/local/Morpheusv2/plugins/",
     28       "base": "deploy/linux/plugins",
     29       "fperm": "0755"
     30     },
     31     {
     32       "from": "deploy/linux/qml/**/**",
     33       "to": "/usr/local/Morpheusv2/qml/",
     34       "base": "deploy/linux/sml/",
     35       "fperm": "0755"
     36     }
     37   ],
     38   "copyrights": [
     39     {
     40       "files": "*",
     41       "copyright": "2017 MTRNord <info@nordgedanken.de>",
     42       "license": "Apache2.0",
     43       "file": "LICENSE"
     44     }
     45   ],
     46   "description": "A Matrix client written in Go-QT ",
     47   "menus": [
     48     {
     49       "name":"Morpheusv2",
     50       "description":"A Matrix client written in Go-QT ",
     51       "generic-name":"Matrix Client",
     52       "exec":"/usr/bin/Morpheusv2.sh",
     53       "icon":"qml/resources/logos/MorpheusBig.png",
     54       "type":"Application",
     55       "keywords":"matrix;Morpheusv2",
     56       "startup-notify": false,
     57       "categories":"Network/InstantMessaging"
     58     }
     59   ]
     60 }