Browse Source

initial package creation

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 9 months ago
commit
a27cb2dd25
  1. 0
      SOURCES/.gitkeeper
  2. 30
      SPECS/libcotp.spec

0
SOURCES/.gitkeeper

30
SPECS/libcotp.spec

@ -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…
Cancel
Save