diff --git a/srcpkgs/python3-oath/template b/srcpkgs/python3-oath/template new file mode 100644 index 00000000000000..ee42c9b4797323 --- /dev/null +++ b/srcpkgs/python3-oath/template @@ -0,0 +1,17 @@ +# Template file for 'python3-oath' +pkgname=python3-oath +version=1.4.5 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +checkdepends="python3-pytest" +short_desc="Python implementation of HOTP, TOTP and OCRA algorithms from OATH" +maintainer="Jason Elswick " +license="BSD-3-Clause" +homepage="https://github.com/bdauvergne/python-oath" +distfiles="https://github.com/bdauvergne/python-oath/archive/refs/tags/v${version}.tar.gz" +checksum=67ab9eb8c2c66bfd32d5d69c502a252d76d6893daea0dc5de475cc611fd7c653 + +post_install() { + vlicense COPYING +} diff --git a/srcpkgs/vipaccess/template b/srcpkgs/vipaccess/template new file mode 100644 index 00000000000000..a940e7a0511278 --- /dev/null +++ b/srcpkgs/vipaccess/template @@ -0,0 +1,14 @@ +# Template file for 'vipaccess' +pkgname=vipaccess +version=0.14.2 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-oath python3-pycryptodome python3-requests" +checkdepends="${depends} python3-pytest" +short_desc="Implementation of Symantec VIP Access application and protocol" +maintainer="Jason Elswick " +license="Apache-2.0" +homepage="https://github.com/dlenski/python-vipaccess" +distfiles="https://github.com/dlenski/python-vipaccess/archive/refs/tags/v${version}.tar.gz" +checksum=77c296d20aa59b96893d80a50cd5b5f3a2db17599a19becece2dc123acc388a9