commit:     e1164aee6fa21711ecc51ce93d27eab8b9e39efa
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 22:48:13 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 22:48:13 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e1164aee

dev-lisp/hunchensocket: Adds new package

 dev-lisp/hunchensocket/hunchensocket-1.0.0.ebuild | 31 +++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/dev-lisp/hunchensocket/hunchensocket-1.0.0.ebuild 
b/dev-lisp/hunchensocket/hunchensocket-1.0.0.ebuild
new file mode 100644
index 0000000..b7409d4
--- /dev/null
+++ b/dev-lisp/hunchensocket/hunchensocket-1.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="WebSockets for Hunchentoot"
+HOMEPAGE="https://github.com/lokedhs/hunchensocket";
+SRC_URI="https://github.com/joaotavora/${PN}/archive/1.0.0.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/hunchentoot
+       dev-lisp/alexandria
+       dev-lisp/ironclad
+       dev-lisp/flexi-streams
+       dev-lisp/chunga
+       dev-lisp/trivial-utf8
+       dev-lisp/trivial-backtrace
+       dev-lisp/bordeaux-threads
+       dev-lisp/cl-fad"
+
+src_install() {
+       common-lisp-3_src_install
+       common-lisp-install-sources -t all VERSION
+}

Reply via email to