Skip to content

Commit a817460

Browse files
committed
libssh2: Initial add
Signed-off-by: Jimmy Tang <jcftang@gmail.com>
1 parent d2e2565 commit a817460

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pkgs/libssh2.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
extends: [autotools_package]
2+
3+
dependencies:
4+
run: [pkg-config]
5+
6+
sources:
7+
- key: tar.gz:5ldpqx457hns4y4gsbvgej7lftl3gjcx
8+
url: http://www.libssh2.org/download/libssh2-1.4.3.tar.gz
9+
10+
when_build_dependency:
11+
- prepend_path: PKG_CONFIG_PATH
12+
value: '${ARTIFACT}/lib/pkgconfig'

0 commit comments

Comments
 (0)