Skip to content

Commit

Permalink
cloneit: Run-time depend on openssl-1.1
Browse files Browse the repository at this point in the history
Closes #15466
  • Loading branch information
xtkoba committed Mar 5, 2023
1 parent 4b44732 commit 88a310b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cloneit/build.sh
Expand Up @@ -5,11 +5,12 @@ TERMUX_PKG_MAINTAINER="@termux"
_COMMIT=62c433f0b1c54a977d585f3b84b8c43213095474
_COMMIT_DATE=2022.10.24
TERMUX_PKG_VERSION=${_COMMIT_DATE//./}
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=git+https://github.com/alok8bb/cloneit
TERMUX_PKG_SHA256=61b2631109817bd468d5b8ab6411206fff75df13bafb45e53558139eea46c0cb
TERMUX_PKG_GIT_BRANCH="master"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_BUILD_DEPENDS="openssl-1.1"
TERMUX_PKG_DEPENDS="openssl-1.1"

termux_step_post_get_source() {
git fetch --unshallow
Expand Down

0 comments on commit 88a310b

Please sign in to comment.