aboutsummaryrefslogtreecommitdiffhomepage
path: root/util/d/cgi/search/dub.sdl
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-03-29 18:29:44 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2020-05-20 11:27:23 -0400
commiteed0938b23d13ec4f2ef4588ccdb2e7abc0c1552 (patch)
tree4e015ce076795100792412b76156330e80440c37 /util/d/cgi/search/dub.sdl
parentmeson using dub (diff)
0.10.0 search sqlite & cgi
Diffstat (limited to 'util/d/cgi/search/dub.sdl')
-rw-r--r--util/d/cgi/search/dub.sdl14
1 files changed, 14 insertions, 0 deletions
diff --git a/util/d/cgi/search/dub.sdl b/util/d/cgi/search/dub.sdl
new file mode 100644
index 0000000..c1c775c
--- /dev/null
+++ b/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'"
+}