You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

33 lines
547 B

Name: OTPClient
Summary: OTP client for TOTP/HOTP
Version: 3.3.0
Release: 1%{?dist}
License: GPLv3
Url: https://github.com/paolostivanin/OTPClient
Source0: https://github.com/paolostivanin/OTPClient/archive/refs/tags/v%{version}.tar.gz
%description
Highly secure and easy to use GTK+ software
for two-factor authentication that supports
both Time-based One-time Passwords (TOTP)
and HMAC-Based One-Time Passwords (HOTP).
%prep
%setup -q -n OTPClient
%build
%cmake_install
%install
%cmake_install
%files
%{_bindir}/otpclient
%changelog