--- /dev/null
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib cmake-utils
+
+DESCRIPTION="Signal Protocol C Library"
+HOMEPAGE="https://www.whispersystems.org/"
+SRC_URI="https://github.com/signalapp/${PN}/archive/v${PV}.tar.gz"
+KEYWORDS="~amd64"
+
+LICENSE="GPL-3"
+SLOT="0"
--- /dev/null
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3 multilib cmake-utils
+
+DESCRIPTION="Signal Protocol C Library"
+HOMEPAGE="https://www.whispersystems.org/"
+
+EGIT_REPO_URI="https://github.com/signalapp/libsignal-protocol-c"
+
+LICENSE="GPL-3"
+SLOT="0"
--- /dev/null
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>andrey_utkin@gentoo.org</email>
+ <name>Andrey Utkin</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>william+gentoo-overlay@optmzr.se</email>
+ <name>William Wennerström</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">signalapp/libsignal-protocol-c</remote-id>
+ <bugs-to>https://github.com/signalapp/libsignal-protocol-c/issues</bugs-to>
+ <doc>https://github.com/signalapp/libsignal-protocol-c/blob/master/README.md</doc>
+ </upstream>
+</pkgmetadata>