diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-16 15:44:11 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-16 15:44:11 -0600 |
| commit | 9a9149ebfae6fc6e1488bc281396b2c8cd544487 (patch) | |
| tree | 2391b24f750e86cce822d44fae8a805d0353f761 /config/projects/asdf.rb | |
initial commit
Diffstat (limited to 'config/projects/asdf.rb')
| -rw-r--r-- | config/projects/asdf.rb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/config/projects/asdf.rb b/config/projects/asdf.rb new file mode 100644 index 0000000..f080c48 --- /dev/null +++ b/config/projects/asdf.rb @@ -0,0 +1,25 @@ +# +# Copyright 2020 YOUR NAME +# +# All Rights Reserved. +# + +name "asdf" +maintainer "CHANGE ME" +homepage "https://CHANGE-ME.com" + +# Defaults to C:/asdf on Windows +# and /opt/asdf on all other platforms +install_dir "#{default_root}/#{name}" + +build_version Omnibus::BuildVersion.semver +build_iteration 1 + +# Creates required build directories +dependency "preparation" + +# asdf dependencies/components +# dependency "somedep" + +exclude "**/.git" +exclude "**/bundler/git" |
