From eed0938b23d13ec4f2ef4588ccdb2e7abc0c1552 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 29 Mar 2020 18:29:44 -0400 Subject: 0.10.0 search sqlite & cgi --- util/d/cgi/search/dub.sdl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 util/d/cgi/search/dub.sdl (limited to 'util/d/cgi/search/dub.sdl') 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'" +} -- cgit v1.2.3