diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-17 12:33:52 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-17 12:33:52 +0300 |
commit | 2849954f31f7a7029d7cd32e683c1a006d8d82ac (patch) | |
tree | 8b7c947cf406fefa62c90152d0836eab0b05482a /extra | |
parent | 86facda9eeeb36eabd1d637add24068aa2ff23d5 (diff) | |
download | repository-2849954f31f7a7029d7cd32e683c1a006d8d82ac.tar.gz |
shellspec: add meta file
Diffstat (limited to 'extra')
-rw-r--r-- | extra/shellspec/meta | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/shellspec/meta b/extra/shellspec/meta new file mode 100644 index 00000000..84d9e60b --- /dev/null +++ b/extra/shellspec/meta @@ -0,0 +1,3 @@ +description: Full-featured BDD unit testing framework for POSIX-compatible shells +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> |