aboutsummaryrefslogtreecommitdiffhomepage
path: root/util/d/cgi/search/dub.sdl
blob: c1c775c9a20b0021e47eaa15e069bbd26dcd1d7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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'"
}