Install this version:
emerge -a =dev-cpp/mustache-4.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-cpp/mustache-4.1
Or alternatively:
emerge --autounmask-write -a =dev-cpp/mustache-4.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.1 | 8 | ~amd64 | 0 |
EAPI=8
DESCRIPTION="Mustache implementation for modern C++"
HOMEPAGE="https://github.com/kainjow/Mustache"
SRC_URI="https://github.com/kainjow/$PN/archive/v$PV.tar.gz -> $P.tar.gz"
S=$WORKDIR/Mustache-$PV
LICENSE="Boost-1.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND=""
DEPEND=""
src_compile()
{
echo -n >/dev/null
}
src_install()
{
insinto /usr/include
doins $S/mustache.hpp
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mustache-4.1.tar.gz | 98905 bytes | https://github.com/kainjow/mustache/archive/v4.1.tar.gz |