diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-05-27 14:17:45 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-05-27 14:17:45 -0400 |
commit | 2be6b720cdf0842360ac04d5088282d5fb4f7fb7 (patch) | |
tree | 20502f421e6ef86edcf189059fd0b1fa4bca141b /template/build.sh | |
parent | 868a4fdc6c36cc4f8713aff9b6e7ed495e6baf01 (diff) | |
parent | 023f5b23eca4bbacbf001d1c187f2cb53ba8137a (diff) | |
download | astroconda-contrib-2be6b720cdf0842360ac04d5088282d5fb4f7fb7.tar.gz |
Merge pull request #9 from jhunkeler/add-template
Add template recipe
Diffstat (limited to 'template/build.sh')
-rw-r--r-- | template/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/build.sh b/template/build.sh new file mode 100644 index 0000000..5a5aeeb --- /dev/null +++ b/template/build.sh @@ -0,0 +1 @@ +$PYTHON setup.py install |