aboutsummaryrefslogtreecommitdiffhomepage
path: root/util/d/cgi/search/dub.sdl
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-04-11 20:51:27 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2020-05-20 11:27:25 -0400
commit3dcd083585b3f486ece3cfaa0780a6e2ec5b43fe (patch)
treefda07f176104b63fb0bc23e829d457d2926bbdb1 /util/d/cgi/search/dub.sdl
parentmetaverse, set behavior of block & group text (diff)
help & manpages, start work
Diffstat (limited to 'util/d/cgi/search/dub.sdl')
-rw-r--r--util/d/cgi/search/dub.sdl14
1 files changed, 0 insertions, 14 deletions
diff --git a/util/d/cgi/search/dub.sdl b/util/d/cgi/search/dub.sdl
deleted file mode 100644
index c1c775c..0000000
--- a/util/d/cgi/search/dub.sdl
+++ /dev/null
@@ -1,14 +0,0 @@
-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'"
-}