diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-15 08:36:59 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:01 -0600 |
commit | ac7a9fc0be1f9182a4e715e02bbd10e76c470f5d (patch) | |
tree | e0348e61414734746bd9ab034715c30bd8fd0bf1 /system/findcmd/findcmd.info | |
parent | 7ffd9e80ed6cdef398d8660420c2bd3842a849f0 (diff) |
system/findcmd: Added (A command line tool for searching commands).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/findcmd/findcmd.info')
-rw-r--r-- | system/findcmd/findcmd.info | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/findcmd/findcmd.info b/system/findcmd/findcmd.info new file mode 100644 index 0000000000000..b864584c221fb --- /dev/null +++ b/system/findcmd/findcmd.info @@ -0,0 +1,11 @@ +PRGNAM="findcmd" +VERSION="0.1.1" +HOMEPAGE="https://github.com/xupeng/findcmd" +DOWNLOAD="https://pypi.python.org/packages/source/f/findcmd/findcmd-0.1.1.tar.gz" +MD5SUM="9426667b4031b1df04775ba8a8ca56bc" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="pysetuptools" +MAINTAINER="Dimitris Zlatanidis" +EMAIL="d.zlatanidis@gmail.com" + |