main
1name "spandx"
2maintainer "mo khan <mo@mokhan.ca>"
3homepage "https://github.com/spandx"
4
5install_dir "#{ENV.fetch("GITHUB_WORKSPACE", default_root)}/#{name}"
6
7build_version Omnibus::BuildVersion.semver
8build_iteration 1
9
10# Creates required build directories
11dependency "preparation"
12
13# spandx dependencies/components
14# dependency "somedep"
15
16exclude "**/.git"
17exclude "**/bundler/git"