mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 20:30:53 +00:00
oathtool: add package and its dependencies (xmlsec)
This commit is contained in:
committed by
Fredrik Fornwall
parent
b77ea34b48
commit
aee2d25a18
6
packages/oathtool/build.sh
Normal file
6
packages/oathtool/build.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
TERMUX_PKG_HOMEPAGE=http://www.nongnu.org/oath-toolkit/
|
||||
TERMUX_PKG_DESCRIPTION="One-time password components"
|
||||
TERMUX_PKG_VERSION=2.6.2
|
||||
TERMUX_PKG_SRCURL=http://download.savannah.nongnu.org/releases/oath-toolkit/oath-toolkit-$TERMUX_PKG_VERSION.tar.gz
|
||||
TERMUX_PKG_SHA256=b03446fa4b549af5ebe4d35d7aba51163442d255660558cd861ebce536824aa0
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-pam"
|
||||
6
packages/xmlsec/build.sh
Normal file
6
packages/xmlsec/build.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://www.aleksey.com/xmlsec/
|
||||
TERMUX_PKG_DESCRIPTION="XML Security Library"
|
||||
TERMUX_PKG_VERSION=1.2.23
|
||||
TERMUX_PKG_SRCURL=http://www.aleksey.com/xmlsec/download/xmlsec1-$TERMUX_PKG_VERSION.tar.gz
|
||||
TERMUX_PKG_SHA256=41d463d16c9894cd3317098d027c038039c6d896b9cbb9bad9c4e29959e10e9f
|
||||
TERMUX_PKG_DEPENDS="libxml2, openssl"
|
||||
Reference in New Issue
Block a user