stumpwm.stumpwm-contrib/util/searchengines/searchengines.asd
Alex Ermolov ddb63cfd76 Added searchengines contrib extension
It allows handy searching of term in question with various existing
search engines. For details, see README.org.
2016-09-21 12:34:41 +03:00

11 lines
323 B
Common Lisp

;;;; searchengines.asd
(asdf:defsystem #:searchengines
:serial t
:description "Allows searching text using prompt or clipboard contents with various search engines"
:author "Alex Ermolov"
:license "GPLv3"
:depends-on (#:stumpwm #:drakma)
:components ((:file "package")
(:file "searchengines")))