aboutsummaryrefslogtreecommitdiff
path: root/d2to1/d2to1.ini
blob: 83c10d72974b46aa620889887d032f81ed0ff7ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name: d2to1
version: 0.2.12

[about]
home: https://github.com/embray/${package:name}
license: GPL
summary: ${package:name}

[source]
git_url: https://github.com/embray/${package:name}
git_tag: ${package:version}

[build]
number: 0

[requirements]
build:
    setuptools
    python x.x
run:
    setuptools
    python x.x

[cbc_build]
linux:
    python setup.py install || exit 1

windows:
    python setup.py install
    if errorlevel 1 exit 1