summaryrefslogtreecommitdiff
path: root/pexpect.morph
blob: e7f4974d30fbc7b6ff875e67451524977ee8266a (plain)
1
2
3
4
5
6
7
8
9
10
name: pexpect
description: |
  Pexpect is a pure Python module that accomplishes behaviour similar to Expect
kind: chunk
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"'