Toshaan Bharvani
10 months ago
commit
a27cb2dd25
2 changed files with 30 additions and 0 deletions
@ -0,0 +1,30 @@
@@ -0,0 +1,30 @@
|
||||
Name: libcotp |
||||
Summary: C library that generates TOTP and HOTP |
||||
Version: 3.0.0 |
||||
Release: 1%{?dist} |
||||
License: Apache v2 |
||||
Url: https://github.com/paolostivanin/libcotp |
||||
Source0: https://github.com/paolostivanin/libcotp/archive/refs/tags/v%{version}.tar.gz |
||||
|
||||
|
||||
%description |
||||
C library that generates TOTP and HOTP according to RFC-6238 |
||||
|
||||
|
||||
%prep |
||||
%setup -q -n libcotp-%{version} |
||||
|
||||
|
||||
%build |
||||
%cmake |
||||
%cmake_build |
||||
|
||||
|
||||
%install |
||||
%cmake_install |
||||
|
||||
|
||||
%files |
||||
|
||||
|
||||
%changelog |
Loading…
Reference in new issue