vp-build/srcpkgs/python3-pyotp/template

19 lines
511 B
Bash

# Template file for 'python3-pyotp'
pkgname=python3-pyotp
version=2.6.0
revision=1
wrksrc="pyotp-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python3 One-Time Password Library"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT"
homepage="https://github.com/pyotp/pyotp"
distfiles="${PYPI_SITE}/p/pyotp/pyotp-${version}.tar.gz"
checksum=d28ddfd40e0c1b6a6b9da961c7d47a10261fb58f378cb00f05ce88b26df9c432
post_install() {
vlicense LICENSE
}