diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-20 16:17:33 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-20 16:17:33 -0600 |
| commit | 73df07d4420b894268884a9f11fc4913c8d2f924 (patch) | |
| tree | 30f082ad235c1af6b75fdafa92f220b2f9d82113 /config/software/asdf-python-plugin.rb | |
| parent | a808a2fc52e501aad1143a0ddf7d62d67b374436 (diff) | |
Build pythons
Diffstat (limited to 'config/software/asdf-python-plugin.rb')
| -rw-r--r-- | config/software/asdf-python-plugin.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/software/asdf-python-plugin.rb b/config/software/asdf-python-plugin.rb new file mode 100644 index 0000000..5509752 --- /dev/null +++ b/config/software/asdf-python-plugin.rb @@ -0,0 +1,13 @@ +name "asdf-python-plugin" +description "Python plugin for asdf version manager" +source git: "https://github.com/danhper/asdf-python.git" +relative_path "python" + +license_file "#{project_dir}/LICENSE" +#skip_transitive_dependency_licensing true + +build do + block do + sync project_dir, "#{install_dir}/plugins/python" + end +end |
