summaryrefslogtreecommitdiff
path: root/dev-lisp/iterate/iterate-1.5.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/iterate/iterate-1.5.3.ebuild')
-rw-r--r--dev-lisp/iterate/iterate-1.5.3.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-lisp/iterate/iterate-1.5.3.ebuild b/dev-lisp/iterate/iterate-1.5.3.ebuild
new file mode 100644
index 0000000..f47887e
--- /dev/null
+++ b/dev-lisp/iterate/iterate-1.5.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit common-lisp-3
+
+DESCRIPTION="Common lisp iteration library"
+HOMEPAGE="https://common-lisp.net/project/iterate/"
+SRC_URI="https://gitlab.common-lisp.net/iterate/iterate/-/archive/${PV}/${P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+ rm -rf "${S}/doc/examples"
+ default
+}
+
+src_configure() {
+ return
+}