diff --git a/packages/termux-auth/build.sh b/packages/termux-auth/build.sh new file mode 100644 index 000000000..b5785d692 --- /dev/null +++ b/packages/termux-auth/build.sh @@ -0,0 +1,7 @@ +TERMUX_PKG_HOMEPAGE=https://github.com/xeffyr/termux-auth +TERMUX_PKG_DESCRIPTION="Password authentication library and utility for Termux" +TERMUX_PKG_MAINTAINER="Leonid Plyushch @xeffyr" +TERMUX_PKG_VERSION=1.0 +TERMUX_PKG_SRCURL=https://github.com/xeffyr/termux-auth/archive/v${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=37a1ccebc73caced72a1baead20d50ebfc630dce97f68aa35fb30a1133b7206e +TERMUX_PKG_DEPENDS="openssl"