mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
dev-cpp/mustache: add 4.1_p20211210
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
25
dev-cpp/mustache/mustache-4.1_p20211210.ebuild
Normal file
25
dev-cpp/mustache/mustache-4.1_p20211210.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
COMMIT="04277d5552c6e46bee41a946b7d175a660ea1b3d"
|
||||
DESCRIPTION="Mustache implementation for modern C++"
|
||||
HOMEPAGE="https://github.com/kainjow/Mustache"
|
||||
SRC_URI="https://github.com/kainjow/${PN}/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
S="${WORKDIR}/Mustache-${COMMIT}"
|
||||
LICENSE="Boost-1.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_test() {
|
||||
"${BUILD_DIR}"/tests/mustache-unit-tests || die "Tests failed!"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/include
|
||||
doins mustache.hpp
|
||||
}
|
||||
Reference in New Issue
Block a user