aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny (tastytea) Gutbrod <gentoo@tastytea.de>2021-10-03 22:07:49 +0200
committerRonny (tastytea) Gutbrod <gentoo@tastytea.de>2021-10-04 13:41:04 +0200
commit5f46ca6de6f0205931b0f668328fef1f67be5ace (patch)
tree3d4fa1d74dff002d6eca426396088c3b9782bbff /dev-cpp/coeurl
parentdev-python/pysubs2: bump to 1.3.0 (diff)
downloadguru-5f46ca6de6f0205931b0f668328fef1f67be5ace.tar.gz
guru-5f46ca6de6f0205931b0f668328fef1f67be5ace.tar.bz2
guru-5f46ca6de6f0205931b0f668328fef1f67be5ace.zip
dev-cpp/coeurl: New package.
Dependency for >net-im/nheko-0.8.2. Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'dev-cpp/coeurl')
-rw-r--r--dev-cpp/coeurl/Manifest1
-rw-r--r--dev-cpp/coeurl/coeurl-0.0.1_pre20210813.ebuild24
-rw-r--r--dev-cpp/coeurl/metadata.xml8
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-cpp/coeurl/Manifest b/dev-cpp/coeurl/Manifest
new file mode 100644
index 000000000..7ac73aba6
--- /dev/null
+++ b/dev-cpp/coeurl/Manifest
@@ -0,0 +1 @@
+DIST coeurl-0.0.1_pre20210813.tar.bz2 19129 BLAKE2B f6b4b57cebd0251ddc778ad9d0fe02a852604b84894662c1dda644687dea8603aac6bd2f2a6108ae72ca8c08b07204992a8874313975ff9c03f3c49f5ddc7993 SHA512 9f50778a0f3de966bb60bb524413e783277175ae4fa38dd8a356159dd7ed65338ceab309a510bbf040b076d03f8bfeb77fd10426e2291cadff4b27afe8d0ed2e
diff --git a/dev-cpp/coeurl/coeurl-0.0.1_pre20210813.ebuild b/dev-cpp/coeurl/coeurl-0.0.1_pre20210813.ebuild
new file mode 100644
index 000000000..ac8e678a2
--- /dev/null
+++ b/dev-cpp/coeurl/coeurl-0.0.1_pre20210813.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+MY_COMMIT="22f58922da16c3b94d293d98a07cb7caa7a019e8"
+DESCRIPTION="A simple async wrapper around CURL for C++"
+HOMEPAGE="https://nheko.im/nheko-reborn/coeurl"
+SRC_URI="https://nheko.im/nheko-reborn/coeurl/-/archive/${MY_COMMIT}/${PN}-${MY_COMMIT}.tar.bz2 -> ${P}.tar.bz2"
+S="${WORKDIR}/${PN}-${MY_COMMIT}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="test" # Tests turned off because they need a local webserver.
+
+RDEPEND="
+ net-misc/curl
+ dev-libs/libevent
+ dev-libs/spdlog
+"
+DEPEND="${RDEPEND}"
diff --git a/dev-cpp/coeurl/metadata.xml b/dev-cpp/coeurl/metadata.xml
new file mode 100644
index 000000000..5533c93d7
--- /dev/null
+++ b/dev-cpp/coeurl/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@tastytea.de</email>
+ <name>Ronny (tastytea) Gutbrod</name>
+ </maintainer>
+</pkgmetadata>