Skip to content

Commit ea04c98

Browse files
committedJun 15, 2015
conda: add flterm package
1 parent 76e034c commit ea04c98

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
 

Diff for: ‎conda/artiq/meta.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ requirements:
4747
- pyelftools
4848
- quamash
4949
- pyqtgraph
50+
- flterm # [linux]
5051

5152
test:
5253
imports:

Diff for: ‎conda/flterm/build.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
make -C $SRC_DIR/tools flterm
4+
mkdir -p $PREFIX/bin
5+
cp $SRC_DIR/tools/flterm $PREFIX/bin/

Diff for: ‎conda/flterm/meta.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package:
2+
name: flterm
3+
version: 0
4+
5+
source:
6+
git_url: https://github.com/m-labs/misoc
7+
git_tag: master
8+
9+
about:
10+
home: https://github.com/m-labs/misoc/blob/master/tools/flterm.c
11+
license: 3-clause BSD
12+
summary: 'Serial terminal to connect to MiSoC uart.'

0 commit comments

Comments
 (0)
Please sign in to comment.