aboutsummaryrefslogtreecommitdiffhomepage
path: root/sundry/misc/util/d/cgi/search/dub.sdl
blob: b17f32d380a9c6d0d0be0f922e0d58fc25233fce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name "spine_search"
description "A minimal D application."
authors "ralph"
copyright "Copyright © 2022, ralph"
license "GPL-3.0+"
dependency "d2sqlite3" version="~>0.18.3"
dependency "arsd-official": "7.2.0"
  subConfiguration "arsd-official:cgi" "cgi"
targetType "executable"
targetPath "./cgi-bin"
mainSourceFile "src/spine_cgi_sqlite_search.d"
configuration "default" {
  targetType "executable"
  targetName "spine-search"
  postGenerateCommands "notify-send -t 0 'D executable ready' 'spine cgi sqlite search d'"
}