summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild')
-rw-r--r--dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild b/dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild
new file mode 100644
index 000000000000..8f42e8c8c735
--- /dev/null
+++ b/dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV=${PV/./-}
+MY_P=HyperSpec-${MY_PV}
+
+DESCRIPTION="Common Lisp ANSI-standard Hyperspec"
+HOMEPAGE="http://www.lispworks.com/reference/HyperSpec/"
+SRC_URI="ftp://ftp.lispworks.com/pub/software_tools/reference/${MY_P}.tar.gz"
+S="${WORKDIR}"
+
+LICENSE="HyperSpec"
+SLOT="0"
+KEYWORDS="amd64 ppc sparc x86"
+
+DOCS="HyperSpec*"