diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-15 08:45:02 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:01 -0600 |
commit | ee578a7dee962a4e4b9236db3849228225ea75be (patch) | |
tree | 3674810cf963049a5b24492701e8852b743e4e01 /system/ddg/ddg.info | |
parent | ac7a9fc0be1f9182a4e715e02bbd10e76c470f5d (diff) | |
download | slackbuilds-ee578a7dee962a4e4b9236db3849228225ea75be.tar.gz |
system/ddg: Added (DuckDuckGo zero-click api for your command-line).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ddg/ddg.info')
-rw-r--r-- | system/ddg/ddg.info | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/ddg/ddg.info b/system/ddg/ddg.info new file mode 100644 index 0000000000..8639b5a9dc --- /dev/null +++ b/system/ddg/ddg.info @@ -0,0 +1,11 @@ +PRGNAM="ddg" +VERSION="0.2.2" +HOMEPAGE="https://github.com/justinls/ddg" +DOWNLOAD="https://pypi.python.org/packages/source/d/ddg/ddg-0.2.2.tar.gz" +MD5SUM="5203818bcec159ed7b30f7be76bdb9a1" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="pysetuptools" +MAINTAINER="Dimitris Zlatanidis" +EMAIL="d.zlatanidis@gmail.com" + |