dev-cpp/mustache - 4.1 (salfter)

Search

Install

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

Package Information

Description:
Mustache implementation for modern C++
Homepage:
https://github.com/kainjow/Mustache
License:
Boost-1.0

Ebuild Details

Version EAPI Keywords Slot
4.1 8 ~amd64 0
View Raw Ebuild
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
}

Manifest for 4.1

Type File Size Source URLs
DIST mustache-4.1.tar.gz 98905 bytes https://github.com/kainjow/mustache/archive/v4.1.tar.gz