New package: cotp-1.9.7

This commit is contained in:
Emil Miler
2025-09-18 11:53:13 -04:00
committed by classabbyamp
parent e9eadb6891
commit 3cff6d6ddd
+17
View File
@@ -0,0 +1,17 @@
# Template file for 'cotp'
pkgname=cotp
version=1.9.7
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=6234805a8eb20a71d2acb07ad8d7827bd5c98c653b7eb733bab0f90cbb9f6212
post_install() {
vmkdir /usr/share/cotp
vcopy converters /usr/share/cotp
}