diff options
Diffstat (limited to 'relic')
| -rw-r--r-- | relic/bld.bat | 2 | ||||
| -rw-r--r-- | relic/build.sh | 1 | ||||
| -rw-r--r-- | relic/meta.yaml | 23 | 
3 files changed, 26 insertions, 0 deletions
| diff --git a/relic/bld.bat b/relic/bld.bat new file mode 100644 index 0000000..2d6c912 --- /dev/null +++ b/relic/bld.bat @@ -0,0 +1,2 @@ +python setup.py install +if errorlevel 1 exit 1 diff --git a/relic/build.sh b/relic/build.sh new file mode 100644 index 0000000..5c61be1 --- /dev/null +++ b/relic/build.sh @@ -0,0 +1 @@ +python setup.py install || exit 1 diff --git a/relic/meta.yaml b/relic/meta.yaml new file mode 100644 index 0000000..18e50ff --- /dev/null +++ b/relic/meta.yaml @@ -0,0 +1,23 @@ +about: +    home: http://github.com/jhunkeler/relic +    license: BSD +    summary: Release I Control, for git +build: +    number: '0' +package: +    name: relic +    version: '1.0.3' +requirements: +    build: +    - setuptools +    - python x.x +    run: +    - python x.x +source: +    git_url: https://github.com/jhunkeler/relic.git +    git_tag: '1.0.3' +test: +    imports: +    - relic +    - relic.release +    - relic.git | 
