diff options
Diffstat (limited to 'dev-lisp/zs3/zs3-1.2.11.ebuild')
-rw-r--r-- | dev-lisp/zs3/zs3-1.2.11.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-lisp/zs3/zs3-1.2.11.ebuild b/dev-lisp/zs3/zs3-1.2.11.ebuild new file mode 100644 index 00000000..b588093b --- /dev/null +++ b/dev-lisp/zs3/zs3-1.2.11.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit common-lisp-3 + +DESCRIPTION="A Common Lisp library for working with Amazon's Simple Storage Service (S3)." +HOMEPAGE="http://www.xach.com/lisp/zs3/" +SRC_URI="https://github.com/xach/${PN}/archive/release-${PV}.tar.gz -> ${PF}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +S="${WORKDIR}/${PN}-release-${PV}" + +RDEPEND="dev-lisp/alexandria + dev-lisp/cxml + dev-lisp/chunga + >=dev-lisp/drakma-1.0.0 + dev-lisp/ironclad + dev-lisp/puri + dev-lisp/cl-base64" + +src_install() { + common-lisp-install-sources *.lisp + common-lisp-install-asdf + dohtml doc/* +} |