1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
name: expect
version: 5.45-7snap0
summary: Automates interactive applications
description: |
Expect is a tool for automating interactive applications according to a script.
Following the script, Expect knows what can be expected from a program and what
the correct response should be. Expect is also useful for testing these same
applications.
apps:
expect:
command: expect
parts:
expect:
plugin: nil
stage-packages:
- expect
install: |
cd $SNAPCRAFT_PART_INSTALL/usr/lib && ln -s ../share/tcltk/tcl8.6/ ./
|