appstream-generator/dub.json
2016-07-12 17:07:29 +02:00

48 lines
1.3 KiB
JSON

{
"name": "appstream-generator",
"description": "An AppStream metadata generator",
"copyright": "Copyright © 2016, Matthias Klumpp",
"authors": ["Matthias Klumpp"],
"dependencies": {
"mustache-d": "~>0.1.1"
},
"buildTypes": {
"debug": {
"buildOptions": ["debugMode", "debugInfo"]
},
"debug-optimize": {
"buildOptions": ["debugMode", "debugInfo", "optimize"]
},
"debug-profile": {
"buildOptions": ["debugMode", "debugInfo", "profile"]
}
},
"targetPath": "build",
"targetType": "executable",
"buildRequirements": ["disallowDeprecations"],
"dflags": ["-Wl,--push-state,-no-as-needed", "-lcurl", "-Wl,--pop-state"],
"systemDependencies": "LMDB,
AppStream,
GLib2,
GIO,
GObject,
libarchive,
GDLib,
LibRSVG2,
FreeType",
"libs": ["lmdb",
"archive",
"glib-2.0",
"gobject-2.0",
"gio-2.0",
"appstream",
"cairo",
"gdk-pixbuf-2.0",
"librsvg-2.0",
"freetype"]
}