summaryrefslogtreecommitdiff
blob: 6505a80e8fa7ac9afceb0adea8db5c0c5ba6e5c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit common-lisp-3

MY_P="${PN}_${PV}"

DESCRIPTION="Lightweight operating system interface for Common Lisp on Unix-platforms"
HOMEPAGE="https://osicat.common-lisp.dev/"
SRC_URI="https://osicat.common-lisp.dev/files/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

RDEPEND="dev-lisp/alexandria
	dev-lisp/cffi
	dev-lisp/trivial-features"