-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdub.json
29 lines (29 loc) · 864 Bytes
/
dub.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
{
"name": "glibd",
"targetType": "library",
"targetName": "glibd-2",
"sourcePaths": ["generated"],
"importPaths": ["generated"],
"description": "GlibD is the Digital Mars D programing language OO wrapper for Glib.",
"homepage": "http://gtkd.org",
"license": "LGPL license with additional exceptions",
"authors": [
"Frank Benoit",
"Jake Day",
"Jonas Kivi",
"Alan Knowles",
"Antonio Monteiro",
"Sebastián E. Peyrott",
"John Reimer",
"Mike Wey",
"hauptmech"
],
"preGenerateCommands-posix": [
"dub fetch girtod || true",
"cd $PACKAGE_DIR && dub run girtod -- -i src -o generated --use-runtime-linker"
],
"preGenerateCommands-windows": [
"dub fetch girtod || VER>NUL",
"cd $PACKAGE_DIR && dub run girtod -- -i src -o generated --use-runtime-linker"
]
}