summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2018-03-01 18:28:59 +0800
committerYixun Lan <dlan@gentoo.org>2018-03-01 18:28:59 +0800
commitf4787bb161b1d4775a83b7d010d4538f61a2bbc0 (patch)
tree7cc6cf4c772b7dcd21c10779b4180647b8b3b0ce /net-libs/libcork
parentnet-libs/libbloom: add bloom fiter library (diff)
downloadgentoo-f4787bb161b1d4775a83b7d010d4538f61a2bbc0.tar.gz
gentoo-f4787bb161b1d4775a83b7d010d4538f61a2bbc0.tar.bz2
gentoo-f4787bb161b1d4775a83b7d010d4538f61a2bbc0.zip
net-libs/libcork: new lib required by shadowsocks-libev
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-libs/libcork')
-rw-r--r--net-libs/libcork/Manifest1
-rw-r--r--net-libs/libcork/libcork-0.15.0.ebuild16
-rw-r--r--net-libs/libcork/metadata.xml11
3 files changed, 28 insertions, 0 deletions
diff --git a/net-libs/libcork/Manifest b/net-libs/libcork/Manifest
new file mode 100644
index 000000000000..7253e7ccfba4
--- /dev/null
+++ b/net-libs/libcork/Manifest
@@ -0,0 +1 @@
+DIST libcork-0.15.0.tar.gz 182736 BLAKE2B cfabcf4b040d3d2796511b5d7dce005fcff9bc6704dfaf89ea9eac36617b0c544e932ab3e12c0b06e4e3e916c50da10ba26401527a8e83bde523b91b911fd6da SHA512 8f41cce2101b96707068a21e5bd0a43c23f996c3620e7dd36621ed4bdd3f92851a92ea56ed92db40d7d8fe55ddfbdfcdaac4d2c8b2fc6cb3b1abe3b0e74c6a75
diff --git a/net-libs/libcork/libcork-0.15.0.ebuild b/net-libs/libcork/libcork-0.15.0.ebuild
new file mode 100644
index 000000000000..3a4e572ad7ff
--- /dev/null
+++ b/net-libs/libcork/libcork-0.15.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A simple, easily embeddable cross-platform C library"
+HOMEPAGE="https://github.com/dcreager/libcork"
+SRC_URI="https://github.com/dcreager/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
diff --git a/net-libs/libcork/metadata.xml b/net-libs/libcork/metadata.xml
new file mode 100644
index 000000000000..683634c974c8
--- /dev/null
+++ b/net-libs/libcork/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>dlan@gentoo.org</email>
+ <name>Yixun Lan</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">dcreager/libcork</remote-id>
+ </upstream>
+</pkgmetadata>