Browse Source

initial package creation

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 4 months ago
commit
1b8478c1b0
  1. 0
      SOURCES/.gitkeeper
  2. 33
      SPECS/otpclient.spec

0
SOURCES/.gitkeeper

33
SPECS/otpclient.spec

@ -0,0 +1,33 @@ @@ -0,0 +1,33 @@
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
Loading…
Cancel
Save