1name: test-simple-bash
2abstract: Simple TAP test framework for Bash
3version: 0.0.1
4description: |
5  This is a functional equivalent of Perl's Test::Simple module; the original
6  TAP protocol testing module. It has been made to work fluentlly with
7  idiomatic Bash expressions. Runs best under the `prove` utility.
8language: bash
9keyword: [ bash, library, simple, tap, test, framework ]
10webpage: http://bpan.org/package/test-simple
11source: https://github.com/ingydotnet/test-simple-bash.git
12irc: ingy@irc.freenode.net
13bugs: https://github.com/ingydotnet/test-simple-bash/issues
14
15author:
16  name: Ingy döt Net
17  email: ingy@ingy.net
18
19license:
20  type: MIT
21  url: http://opensource.org/licenses/MIT
22
23copyright:
24  year: 2013
25
26library:
27- test-simple.bash
28test:
29  run: make test
30
31depend:
32  os: posix
33  language: bash >= 3.1
34  test: prove
35  make: gnu
36