summaryrefslogtreecommitdiff
path: root/config/projects/mono.rb
blob: 28fe66f63feb9b6f1c4898f6d277d401014598c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name "mono"
maintainer "mkhan@gitlab.com"
homepage "https://gitlab.com/xlgmokha/omnibus-asdf"

# Defaults to C:/asdf on Windows
# and /opt/asdf on all other platforms
install_dir "/opt/asdf"

build_version ENV['MONO_VERSION']
build_iteration 1

# Creates required build directories
dependency "preparation"
override 'asdf-mono', version: ENV['MONO_VERSION']
dependency "asdf-mono"

# asdf dependencies/components
# dependency "somedep"

#exclude "**/.git"
#exclude "**/bundler/git"