summaryrefslogtreecommitdiff
path: root/chunks/pexpect.morph
blob: 9fd9e17f2b0e7555f8991e466a99b6879b6cf336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: pexpect
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"