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