summaryrefslogtreecommitdiff
path: root/pexpect.morph
blob: 9e8c2b44c4e19621707c9f229a6fda4cb4a16976 (plain)
1
2
3
4
5
6
7
8
name: pexpect
description: |
  Pexpect is a pure Python module that accomplishes behaviour similar to Expect
kind: chunk
build-commands:
- 'cd pexpect && make'
install-commands:
- 'cd pexpect && make DESTDIR="$DESTDIR" install'