summaryrefslogtreecommitdiff
path: root/dev-lisp/iterate/iterate-1.5.3.ebuild
blob: f47887e03b89c4c2694a2cdcfe246e8fe354f27e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
}