summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-08-15 15:00:53 -1000
committerSam Bingner <sam@bingner.com>2018-08-15 15:00:53 -1000
commit4f8fa7f4392350aa69006b252df6064c21055fc5 (patch)
treedc940b9e0cfac9cda131ca19becb59b72efe9ad5
parent43bc222182e578e79b7563a1f6f7a97e82515229 (diff)
Add libssh2 to support curl ssh2 urls
-rw-r--r--data/libssh2/_metadata/description1
-rw-r--r--data/libssh2/_metadata/homepage1
-rw-r--r--data/libssh2/_metadata/license41
l---------data/libssh2/_metadata/maintainer1
l---------data/libssh2/_metadata/openssl.dep1
-rw-r--r--data/libssh2/_metadata/priority1
-rw-r--r--data/libssh2/_metadata/role1
-rw-r--r--data/libssh2/_metadata/section1
-rw-r--r--data/libssh2/_metadata/tags1
-rw-r--r--data/libssh2/_metadata/version1
-rw-r--r--data/libssh2/libssh2-1.8.0.tar.gzbin0 -> 854916 bytes
-rw-r--r--data/libssh2/make.sh4
12 files changed, 54 insertions, 0 deletions
diff --git a/data/libssh2/_metadata/description b/data/libssh2/_metadata/description
new file mode 100644
index 000000000..dffe05052
--- /dev/null
+++ b/data/libssh2/_metadata/description
@@ -0,0 +1 @@
+a client-side C library implementing the SSH2 protocol
diff --git a/data/libssh2/_metadata/homepage b/data/libssh2/_metadata/homepage
new file mode 100644
index 000000000..a8d14c261
--- /dev/null
+++ b/data/libssh2/_metadata/homepage
@@ -0,0 +1 @@
+https://www.libssh2.org/
diff --git a/data/libssh2/_metadata/license b/data/libssh2/_metadata/license
new file mode 100644
index 000000000..f8044df30
--- /dev/null
+++ b/data/libssh2/_metadata/license
@@ -0,0 +1,41 @@
+/* Copyright (c) 2004-2007 Sara Golemon <sarag@libssh2.org>
+ * Copyright (c) 2005,2006 Mikhail Gusarov <dottedmag@dottedmag.net>
+ * Copyright (c) 2006-2007 The Written Word, Inc.
+ * Copyright (c) 2007 Eli Fant <elifantu@mail.ru>
+ * Copyright (c) 2009-2014 Daniel Stenberg
+ * Copyright (C) 2008, 2009 Simon Josefsson
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms,
+ * with or without modification, are permitted provided
+ * that the following conditions are met:
+ *
+ * Redistributions of source code must retain the above
+ * copyright notice, this list of conditions and the
+ * following disclaimer.
+ *
+ * Redistributions in binary form must reproduce the above
+ * copyright notice, this list of conditions and the following
+ * disclaimer in the documentation and/or other materials
+ * provided with the distribution.
+ *
+ * Neither the name of the copyright holder nor the names
+ * of any other contributors may be used to endorse or
+ * promote products derived from this software without
+ * specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+ * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
+ * OF SUCH DAMAGE.
+ */
diff --git a/data/libssh2/_metadata/maintainer b/data/libssh2/_metadata/maintainer
new file mode 120000
index 000000000..573d7ebef
--- /dev/null
+++ b/data/libssh2/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/sbingner \ No newline at end of file
diff --git a/data/libssh2/_metadata/openssl.dep b/data/libssh2/_metadata/openssl.dep
new file mode 120000
index 000000000..9b58fd56b
--- /dev/null
+++ b/data/libssh2/_metadata/openssl.dep
@@ -0,0 +1 @@
+../../openssl \ No newline at end of file
diff --git a/data/libssh2/_metadata/priority b/data/libssh2/_metadata/priority
new file mode 100644
index 000000000..134d9bc32
--- /dev/null
+++ b/data/libssh2/_metadata/priority
@@ -0,0 +1 @@
+optional
diff --git a/data/libssh2/_metadata/role b/data/libssh2/_metadata/role
new file mode 100644
index 000000000..8d0320866
--- /dev/null
+++ b/data/libssh2/_metadata/role
@@ -0,0 +1 @@
+developer
diff --git a/data/libssh2/_metadata/section b/data/libssh2/_metadata/section
new file mode 100644
index 000000000..e0eb96881
--- /dev/null
+++ b/data/libssh2/_metadata/section
@@ -0,0 +1 @@
+Development
diff --git a/data/libssh2/_metadata/tags b/data/libssh2/_metadata/tags
new file mode 100644
index 000000000..a8928cec8
--- /dev/null
+++ b/data/libssh2/_metadata/tags
@@ -0,0 +1 @@
+purpose::library
diff --git a/data/libssh2/_metadata/version b/data/libssh2/_metadata/version
new file mode 100644
index 000000000..27f9cd322
--- /dev/null
+++ b/data/libssh2/_metadata/version
@@ -0,0 +1 @@
+1.8.0
diff --git a/data/libssh2/libssh2-1.8.0.tar.gz b/data/libssh2/libssh2-1.8.0.tar.gz
new file mode 100644
index 000000000..c5f3e9e6c
--- /dev/null
+++ b/data/libssh2/libssh2-1.8.0.tar.gz
Binary files differ
diff --git a/data/libssh2/make.sh b/data/libssh2/make.sh
new file mode 100644
index 000000000..8780dfc63
--- /dev/null
+++ b/data/libssh2/make.sh
@@ -0,0 +1,4 @@
+pkg:setup
+pkg:configure
+pkg:make -j8
+pkg:install