summaryrefslogtreecommitdiff
path: root/da5-notebooks/meta.yaml
diff options
context:
space:
mode:
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