-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpoulp.json
37 lines (35 loc) · 897 Bytes
/
poulp.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "ricin",
"version": "0.3.0",
"description": "A dead-simple but powerful Tox client",
"license": "GPLv3",
"author": "SkyzohKey <[email protected]>",
"repository": "https://github.com/RicinApp/Ricin.git",
"output": "build/Ricin",
"vapiDir": "vapis/",
"files": [ "src/*.vala" ],
"libs": [
"glib-2.0",
"gio-2.0",
"gobject-2.0",
"gmodule-2.0",
"gtk+-3.0",
"libsoup-2.4",
"json-glib-1.0",
"libnotify",
"libtoxcore",
"libtoxencryptsave"
],
"compilerParams": [
"--target-glib=2.38",
"--gresources=res/ricin.gresource.xml",
"-X", "-DGETTEXT_PACKAGE=ricin"
],
"scripts": {
"install": [
"install -m 777 $PROJECT_OUTPUT /usr/bin/",
"install -m 777 res/images/icons/ricin.svg /usr/share/icons/hicolor/scalable/apps/",
"install -m 777 res/ricin.appdata.xml /usr/share/appdata/"
]
}
}