mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-28 20:53:35 +08:00
conda: add flterm package
This commit is contained in:
parent
76e034c913
commit
ea04c981bb
@ -47,6 +47,7 @@ requirements:
|
||||
- pyelftools
|
||||
- quamash
|
||||
- pyqtgraph
|
||||
- flterm # [linux]
|
||||
|
||||
test:
|
||||
imports:
|
||||
|
5
conda/flterm/build.sh
Normal file
5
conda/flterm/build.sh
Normal 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
12
conda/flterm/meta.yaml
Normal 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.'
|
Loading…
Reference in New Issue
Block a user