diff --git a/srcpkgs/cotp/template b/srcpkgs/cotp/template new file mode 100644 index 00000000000..4f11b20a939 --- /dev/null +++ b/srcpkgs/cotp/template @@ -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 " +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 +}