diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-16 17:05:34 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-16 17:05:34 -0600 |
| commit | daee8e1bf31369752a2f2cf799b1e460b866fba9 (patch) | |
| tree | a2223563bab595371975860dfcc96e2c14e9d036 /config/projects | |
| parent | bf492273b5c3ea455cec18cb3604f81879600fba (diff) | |
Install asdf
Diffstat (limited to 'config/projects')
| -rw-r--r-- | config/projects/asdf.rb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/projects/asdf.rb b/config/projects/asdf.rb index f080c48..97c1483 100644 --- a/config/projects/asdf.rb +++ b/config/projects/asdf.rb @@ -1,18 +1,18 @@ # -# Copyright 2020 YOUR NAME +# Copyright 2020 Mo Khan # # All Rights Reserved. # name "asdf" -maintainer "CHANGE ME" -homepage "https://CHANGE-ME.com" +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 "#{default_root}/#{name}" +install_dir "/opt/asdf" -build_version Omnibus::BuildVersion.semver +build_version "0.1.0" build_iteration 1 # Creates required build directories @@ -21,5 +21,5 @@ dependency "preparation" # asdf dependencies/components # dependency "somedep" -exclude "**/.git" -exclude "**/bundler/git" +#exclude "**/.git" +#exclude "**/bundler/git" |
