forked from M-Labs/artiq
conda: add flterm package
This commit is contained in:
parent
76e034c913
commit
ea04c981bb
|
@ -47,6 +47,7 @@ requirements:
|
||||||
- pyelftools
|
- pyelftools
|
||||||
- quamash
|
- quamash
|
||||||
- pyqtgraph
|
- pyqtgraph
|
||||||
|
- flterm # [linux]
|
||||||
|
|
||||||
test:
|
test:
|
||||||
imports:
|
imports:
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
make -C $SRC_DIR/tools flterm
|
||||||
|
mkdir -p $PREFIX/bin
|
||||||
|
cp $SRC_DIR/tools/flterm $PREFIX/bin/
|
|
@ -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.'
|
Loading…
Reference in New Issue