summaryrefslogtreecommitdiff
path: root/da5_notebooks/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-12-14 21:17:43 -0500
committerGitHub <noreply@github.com>2018-12-14 21:17:43 -0500
commit312db58d60949063e554c9b705b652e497ba90e1 (patch)
tree45179e3e2dd2df35a706d4a75c0035c34f287fa1 /da5_notebooks/meta.yaml
parent6f0354fb766334f7dd82a46d4cbfdefd4fb21117 (diff)
downloadastroconda-contrib-312db58d60949063e554c9b705b652e497ba90e1.tar.gz
Initial commit of da5-notebooks (#444)
* Initial commit of da5-notebooks * da5_notebooks: Finish recipe
Diffstat (limited to 'da5_notebooks/meta.yaml')
-rw-r--r--da5_notebooks/meta.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/da5_notebooks/meta.yaml b/da5_notebooks/meta.yaml
new file mode 100644
index 0000000..deccdc3
--- /dev/null
+++ b/da5_notebooks/meta.yaml
@@ -0,0 +1,20 @@
+{% set name = 'da5-notebooks' %}
+{% set version = '1.0' %}
+{% set tag = 'v' + version %}
+{% set number = '0' %}
+
+about:
+ home: https://github.com/spacetelscope/{{ name }}
+ license: BSD
+ summary: Collection of data analysis notebooks
+
+build:
+ number: {{ number }}
+
+package:
+ name: {{ name }}
+ version: {{ version }}
+
+source:
+ git_tag: {{ tag }}
+ git_url: https://github.com/spacetelescope/{{ name }}.git