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/libcork-0.15.0.ebuild
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/libcork-0.15.0.ebuild')
-rw-r--r--net-libs/libcork/libcork-0.15.0.ebuild16
1 files changed, 16 insertions, 0 deletions
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}"