diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-23 16:30:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-23 16:30:52 -0400 |
commit | f7625cda5d6be046e1ea905bf8858cb0eae6f70f (patch) | |
tree | 4bdb6da29496b34f74a93ee780827ee32d0ca647 /d2to1 | |
parent | 8d3230be1d54de8e1d153e1f77a22da8e74d12c1 (diff) | |
download | cbc-recipes-f7625cda5d6be046e1ea905bf8858cb0eae6f70f.tar.gz |
Massive overhaul. Switching to remote URLs.
Diffstat (limited to 'd2to1')
-rw-r--r-- | d2to1/d2to1.ini | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/d2to1/d2to1.ini b/d2to1/d2to1.ini index c042e07..37de38b 100644 --- a/d2to1/d2to1.ini +++ b/d2to1/d2to1.ini @@ -1,20 +1,18 @@ [package] name: d2to1 -version: 0.2.11 +version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git [about] home: https://github.com/embray/${package:name} license: GPL -summary: ${package:name} is an automatic renice daemon. -#readme: README.md +summary: ${package:name} [source] -#fn: ${package:name}-${package:version}.tar.gz -#url: ${cbc_cgi:url}/${fn} -git_url: https://github.com/embray/d2to1.git +git_url: https://github.com/embray/${package:name}.git +git_tag: 0.2.12 [build] -number: 1 +number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} [requirements] build: |