blob: 3256c775f5b59102937bc43123f98068637470a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
name "rubies"
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['RUBY_VERSION']
build_iteration 1
# Creates required build directories
dependency "preparation"
override 'asdf-ruby', version: ENV['RUBY_VERSION']
dependency "asdf-ruby"
# asdf dependencies/components
# dependency "somedep"
#exclude "**/.git"
#exclude "**/bundler/git"
|