summaryrefslogtreecommitdiff
path: root/cxmanage/pexpect.morph
blob: c9b7c8130f609157a068d2389a5acf7fc2c6beb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: cxmanage/pexpect.morph
kind: chunk
description: |
  Pexpect is a pure Python module that accomplishes behaviour similar to Expect
repo: upstream:pexpect
ref: 7a8455f21bb45020f3594c59fc8c85cf738e147c
configure-commands:
- cd pexpect && make
build-commands:
- cd pexpect && python setup.py build
install-commands:
- cd pexpect && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"