dev-lisp/cl-mustache - 20240926 (nest)

Search

Package Information

Description:
Common Lisp Mustache Template Renderer
Homepage:
https://github.com/kanru/cl-mustache
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
20240926 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit common-lisp-3

COMMIT="4d1208c8718712f5c88c8397c41c06fc80b2e8e8"

DESCRIPTION="Common Lisp Mustache Template Renderer"
HOMEPAGE="https://github.com/kanru/cl-mustache"
SRC_URI="https://github.com/kanru/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="test" # 36 of 194 tests failed

RDEPEND="dev-lisp/uiop"
BDEPEND="test? ( dev-lisp/sbcl:*
		dev-lisp/prove )"

PATCHES=( "${FILESDIR}/${PN}"-20240926-test.patch )

src_test() {
	einfo "Running test suite:"
	sbcl --script t/ci.lisp || die "test failed"
}

src_install() {
	common-lisp-3_src_install
	insinto /usr/share/common-lisp/source/cl-mustache
	doins {spec-,}version.lisp-expr
}

USE Flags

Dependencies

RDEPEND

dev-lisp/uiop

BDEPEND

test? ( dev-lisp/sbcl:*
		dev-lisp/prove )

Manifest for 20240926

Type File Size Source URLs
DIST cl-mustache-20240926.tar.gz 21194 bytes https://github.com/kanru/cl-mustache/archive/4d1208c8718712f5c88c8397c41c06fc80b2e8e8.tar.gz