nim: add openssl-1.1 to dependencies

This commit is contained in:
Arun 2022-03-09 02:19:38 +05:30 committed by xtkoba
parent 5b207e28f2
commit 213739bf38
1 changed files with 2 additions and 1 deletions

View File

@ -4,9 +4,10 @@ TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_LICENSE_FILE="copying.txt"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.6.4
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://nim-lang.org/download/nim-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=7fc3092855b5c2200cd9feed133d04605823f250d73b4d4ac501300370e0a0c2
TERMUX_PKG_DEPENDS="clang, git, libandroid-glob"
TERMUX_PKG_DEPENDS="clang, git, libandroid-glob, openssl-1.1"
TERMUX_PKG_HOSTBUILD=true
TERMUX_PKG_BUILD_IN_SRC=true