forked from M-Labs/artiq
1
0
Fork 0

conda: add flterm package

This commit is contained in:
Yann Sionneau 2015-06-15 16:15:36 +02:00
parent 76e034c913
commit ea04c981bb
3 changed files with 18 additions and 0 deletions

View File

@ -47,6 +47,7 @@ requirements:
- pyelftools
- quamash
- pyqtgraph
- flterm # [linux]
test:
imports:

5
conda/flterm/build.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
make -C $SRC_DIR/tools flterm
mkdir -p $PREFIX/bin
cp $SRC_DIR/tools/flterm $PREFIX/bin/

12
conda/flterm/meta.yaml Normal file
View File

@ -0,0 +1,12 @@
package:
name: flterm
version: 0
source:
git_url: https://github.com/m-labs/misoc
git_tag: master
about:
home: https://github.com/m-labs/misoc/blob/master/tools/flterm.c
license: 3-clause BSD
summary: 'Serial terminal to connect to MiSoC uart.'