diff options
Diffstat (limited to 'd2to1')
| -rw-r--r-- | d2to1/meta.yaml | 11 | 
1 files changed, 8 insertions, 3 deletions
| diff --git a/d2to1/meta.yaml b/d2to1/meta.yaml index 2a2b250..8ea7776 100644 --- a/d2to1/meta.yaml +++ b/d2to1/meta.yaml @@ -5,20 +5,25 @@  {% set number = '0' %}  about: -    home: https://github.com/embray/d2to1 -    license: GPL +    home: https://github.com/embray/{{ name }} +    license: BSD      summary: d2to1 +  build:      number: {{ number }} +  package:      name: {{ name }}      version: {{ version }} +  requirements:      build:      - setuptools      - python x.x +      run:      - setuptools      - python x.x +  source: -    git_url: https://github.com/embray/d2to1 +    git_url: https://github.com/embray/{{ name }}.git | 
