diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-11-29 20:40:40 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-12-13 16:04:15 -0500 |
commit | 4fe08aedce73669d3225c8bbe8dbecc108d91133 (patch) | |
tree | 40c7605c472951fa0e3ef7aa910c7b8a4606c45d /aprio/meta.yaml | |
parent | d53f69876e2c1cccdd2a5b12da9096dd3bd8aa1c (diff) | |
download | astroconda-contrib-4fe08aedce73669d3225c8bbe8dbecc108d91133.tar.gz |
Improve recipe uniformity
Diffstat (limited to 'aprio/meta.yaml')
-rw-r--r-- | aprio/meta.yaml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/aprio/meta.yaml b/aprio/meta.yaml index 4b31c76..d5aa20c 100644 --- a/aprio/meta.yaml +++ b/aprio/meta.yaml @@ -4,14 +4,17 @@ {% set number = '0' %} about: - home: http://bitbucket.org/jhunkeler/aprio + home: http://bitbucket.org/jhunkeler/{{name}} license: GPL summary: aprio is an automatic renice daemon. + build: - number: '0' + number: {{number}} + package: - name: {{ name }} - version: {{ version }} + name: {{name}} + version: {{version}} + requirements: build: - python x.x @@ -24,6 +27,7 @@ requirements: - python-daemon - docutils - python x.x + source: - git_tag: {{ tag }} - git_url: https://bitbucket.org/jhunkeler/{{ name }}.git + git_tag: {{tag}} + git_url: https://bitbucket.org/jhunkeler/{{name}}.git |