-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmeta.yaml
More file actions
37 lines (34 loc) · 739 Bytes
/
meta.yaml
File metadata and controls
37 lines (34 loc) · 739 Bytes
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
32
33
34
35
36
37
package:
name: enaml-native-cli
version: 3.0.0
channels:
- conda-forge
# On linux you must apt install build-essential autopoint texinfo
requirements:
build:
- python
run:
- pip
- requests
- atom
- tornado
- libtool
- autoconf
- automake
- cookiecutter
- sh
- ruamel.yaml
- watchdog
build:
number: 0
noarch: python
include_recipe: False
script:
- cd $RECIPE_DIR
- python setup.py install --single-version-externally-managed --record=record.txt --no-compile
entry_points:
- enaml-native = enamlnativecli.main:main
about:
home: http://github.com/codelv/enaml-native-cli
summary: "CLI for building android and iOS apps using enaml-native"
license: GPLv3