www-misc/kiwix (and dependencies): new ebuilds
This commit is contained in:
2
dev-cpp/mustache/Manifest
Normal file
2
dev-cpp/mustache/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST mustache-3.2.1.tar.gz 95571 SHA256 0d17298a81c08f12ebc446cdee387268a395d34bb724050fe67d5ce8c4e98b7a SHA512 4b252626696df161ba0a7e904cf672e64f3fe0df68eac5334dcc1c23f976ffa8936d7f5104bf7299f260f925dbc1398b4f88437d73b938f19a69b7a864e234cd WHIRLPOOL bef1b92763caf4956571e07fc099ccdaa53a3e628ca0be97c07caeed90473de0df9905704e3af9ac3909403841460e28ac2528fe17fc2e1755b8124df48922d2
|
||||
EBUILD mustache-3.2.1.ebuild 390 SHA256 f89d31f15c3b47cd5392cc41b88047f831887a80f5915a6348cd5c1abdd75438 SHA512 7d87b5164335f6d623b702d3eb8be510260bfe8fbd3551b8796fee0c6bef9460af0c73171d76f23f101ccc7c772272a1f8706e9142054f6b8d976b94a2925b76 WHIRLPOOL a11a93a7011d07ae08d05c7393a4f0b9d1c246d8bf80ba4f8b200f8310052318702cfa0740e033b8a317f3a716d0570c8fd96a763159e187ea82df084fb8bc42
|
||||
26
dev-cpp/mustache/mustache-3.2.1.ebuild
Normal file
26
dev-cpp/mustache/mustache-3.2.1.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
EAPI=7
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user