aboutsummaryrefslogtreecommitdiffhomepage
path: root/misc/util/d/cgi/search/dub.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'misc/util/d/cgi/search/dub.sdl')
-rw-r--r--misc/util/d/cgi/search/dub.sdl14
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/util/d/cgi/search/dub.sdl b/misc/util/d/cgi/search/dub.sdl
new file mode 100644
index 0000000..b859f42
--- /dev/null
+++ b/misc/util/d/cgi/search/dub.sdl
@@ -0,0 +1,14 @@
+name "spine_search"
+description "A minimal D application."
+authors "ralph"
+copyright "Copyright © 2020, ralph"
+license "GPL-3.0+"
+dependency "d2sqlite3" version="~>0.18.3"
+targetType "executable"
+targetPath "./cgi-bin"
+mainSourceFile "src/spine_cgi_sqlite_search.d"
+configuration "default" {
+ targetType "executable"
+ targetName "spine-search"
+ postGenerateCommands "/usr/bin/notify-send -t 0 'D executable ready' 'spine cgi sqlite search d'"
+}