summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-cpp/debug_assert/Manifest1
-rw-r--r--dev-cpp/debug_assert/debug_assert-1.3.3.ebuild19
-rw-r--r--dev-cpp/debug_assert/metadata.xml11
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-cpp/debug_assert/Manifest b/dev-cpp/debug_assert/Manifest
new file mode 100644
index 0000000..aa4d10d
--- /dev/null
+++ b/dev-cpp/debug_assert/Manifest
@@ -0,0 +1 @@
+DIST debug_assert-1.3.3.tar.gz 9249 SHA256 bb76b03ab49b2e8dde2a3d099d9e1b8a7f23b399922895af3e40be98335cfc1b SHA512 9ef6ebcf29aa4519e10a12fd8cca5a393148a7dcf5b1f53831b116dd687ea40d4ecda58b5cdd0780b2c2cc56bb0a50e3a918b633ca2978410e1e077f81634cc1 WHIRLPOOL 322f2a18a83d831318a33ec348797ff92a6129c3e639effaf157a19e4a26e86502aaca9084a7f8298a8b557c837f67ea7a73a9ddcef56ae9312ccfa06aa15716
diff --git a/dev-cpp/debug_assert/debug_assert-1.3.3.ebuild b/dev-cpp/debug_assert/debug_assert-1.3.3.ebuild
new file mode 100644
index 0000000..8cc756f
--- /dev/null
+++ b/dev-cpp/debug_assert/debug_assert-1.3.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils cmake
+
+DESCRIPTION="debug_assert is a simple, C++11, header-only library that provides a very flexible DEBUG_ASSERT() macro."
+HOMEPAGE="https://github.com/foonathan/debug_assert"
+SRC_URI="https://github.com/foonathan/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="ZLIB"
+
+SLOT=0
+KEYWORDS="~amd64"
+
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
diff --git a/dev-cpp/debug_assert/metadata.xml b/dev-cpp/debug_assert/metadata.xml
new file mode 100644
index 0000000..fe4a308
--- /dev/null
+++ b/dev-cpp/debug_assert/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>jfmcarreira@gmail.com</email>
+ <name>Joao Carreira</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">foonathan/debug_assert</remote-id>
+ </upstream>
+</pkgmetadata>