diff options
Diffstat (limited to 'main/libssh/APKBUILD')
-rw-r--r-- | main/libssh/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/libssh/APKBUILD b/main/libssh/APKBUILD index cd2354dd7..a38ec175d 100644 --- a/main/libssh/APKBUILD +++ b/main/libssh/APKBUILD @@ -5,6 +5,7 @@ pkgver=0.4.6 pkgrel=0 pkgdesc="Library for accessing ssh client services through C libraries" url="http://www.libssh.org/" +arch="x86 x86_64" license="LGPL" depends= makedepends="openssl-dev cmake doxygen" |