# Template file for 'cotp'
pkgname=cotp
version=1.9.9
revision=1
build_style=cargo
short_desc="Command line TOTP/HOTP authenticator"
maintainer="Emil Miler <em@0x45.cz>"
license="GPL-3.0-or-later"
homepage="https://github.com/replydev/cotp"
changelog="https://github.com/replydev/cotp/raw/main/CHANGELOG.md"
distfiles="https://github.com/replydev/cotp/archive/refs/tags/v${version}.tar.gz"
checksum=f3866e29130078a14ff3da4f544709d1a7a1edb257a77321254a5a87530b6a5e

post_install() {
	vmkdir /usr/share/cotp
	vcopy converters /usr/share/cotp
}
