From: "Vitaly Zdanevich" <zdanevich.vitaly@ya.ru>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/mustache/
Date: Wed, 19 Jun 2024 21:12:34 +0000 (UTC) [thread overview]
Message-ID: <1718831525.393e07c6b8b7eeda26b3960cfd355bfda631f6e1.zdanevich.vitaly@gentoo> (raw)
commit: 393e07c6b8b7eeda26b3960cfd355bfda631f6e1
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Wed Jun 19 21:12:05 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Wed Jun 19 21:12:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=393e07c6
dev-cpp/mustache: new package
Copy from https://data.gpo.zugaina.org/stefantalpalaru/dev-cpp/mustache
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
dev-cpp/mustache/Manifest | 1 +
dev-cpp/mustache/metadata.xml | 11 +++++++++++
dev-cpp/mustache/mustache-4.1.ebuild | 22 ++++++++++++++++++++++
3 files changed, 34 insertions(+)
diff --git a/dev-cpp/mustache/Manifest b/dev-cpp/mustache/Manifest
new file mode 100644
index 000000000..5302e8881
--- /dev/null
+++ b/dev-cpp/mustache/Manifest
@@ -0,0 +1 @@
+DIST mustache-4.1.tar.gz 98905 BLAKE2B 1acf265ebc83881ac86c0db0a43c8a0984f2fc0bf70b4c946528e97a49feab7d1945272f3ed8e67087998db2594227776950319d5923cbd2aabafe672ed65ea3 SHA512 609c876fc085d1331355ec1f0396e588edf1fb3ea6765abcd06043cc5f7288f015d6bb7fdeb560df78aab54ae8d97e934375de577b944a09c9ae93f9915e7aff
diff --git a/dev-cpp/mustache/metadata.xml b/dev-cpp/mustache/metadata.xml
new file mode 100644
index 000000000..518822031
--- /dev/null
+++ b/dev-cpp/mustache/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>zdanevich.vitaly@ya.ru</email>
+ <name>Vitaly Zdanevich</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">nulloy/nulloy</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-cpp/mustache/mustache-4.1.ebuild b/dev-cpp/mustache/mustache-4.1.ebuild
new file mode 100644
index 000000000..0f3d3ed2a
--- /dev/null
+++ b/dev-cpp/mustache/mustache-4.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+
+src_compile() {
+ :
+}
+
+src_install() {
+ insinto /usr/include
+ doins mustache.hpp
+}
next reply other threads:[~2024-06-19 21:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-19 21:12 Vitaly Zdanevich [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-22 2:16 [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/mustache/ Vitaly Zdanevich
2024-06-22 23:10 Lucio Sauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1718831525.393e07c6b8b7eeda26b3960cfd355bfda631f6e1.zdanevich.vitaly@gentoo \
--to=zdanevich.vitaly@ya.ru \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox