Skip to content

Commit 4550d7a

Browse files
committed
Added Anaconda recipe.
1 parent e848760 commit 4550d7a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

conda/meta.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
package:
2+
name: zstash
3+
version: 0.0.1
4+
5+
source:
6+
git_url: https://github.com/E3SM-Project/zstash
7+
git_rev: v0.0.1
8+
9+
build:
10+
script: python setup.py install
11+
12+
requirements:
13+
build:
14+
- python 2
15+
- setuptools
16+
17+
run:
18+
- python 2
19+
20+
about:
21+
home: https://github.com/E3SM-Project/zstash
22+

0 commit comments

Comments
 (0)