| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20250508 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit common-lisp-3
COMMIT="70fd678f9754c8274cfa84a2a747c2df0d4de497"
MY_PN="${PN//-/.}"
DESCRIPTION="A Simple Test Framework In Lisp"
HOMEPAGE="https://github.com/hu-dwim/hu.dwim.stefil"
SRC_URI="https://github.com/hu-dwim/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${COMMIT}"
LICENSE="MIT-0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-lisp/alexandria
dev-lisp/hu-dwim-asdf
dev-lisp/hu-dwim-def
dev-lisp/slime"
BDEPEND="test? ( dev-lisp/sbcl:*
dev-lisp/uiop )"
src_test() {
einfo "Running test suite:"
sbcl --script "${FILESDIR}"/run-tests.lisp \
|| die "test failed"
}
dev-lisp/alexandria dev-lisp/hu-dwim-asdf dev-lisp/hu-dwim-def dev-lisp/slime
test? ( dev-lisp/sbcl:* dev-lisp/uiop )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | hu-dwim-stefil-20250508.tar.gz | 24051 bytes | https://github.com/hu-dwim/${PN//-/.}/archive/70fd678f9754c8274cfa84a2a747c2df0d4de497.tar.gz |