1
0
Fork 0
mirror of https://github.com/seiichiro0185/sailotp.git synced 2024-05-02 10:55:18 +00:00
harbour-sailotp/rpm/harbour-sailotp.yaml
2023-02-20 17:03:13 +01:00

43 lines
796 B
YAML

Name: harbour-sailotp
Summary: SailOTP
Version: 1.11.0
Release: 1
Group: Security
URL: https://github.com/seiichiro0185/sailotp/
License: "BSD\t"
Sources:
- '%{name}-%{version}.tar.bz2'
Description: |
A Sailfish implementation of the One Time Pad algorithm as used by Google Authenticator and a growing number of Websites.
Configure: none
Builder: qmake5
QMakeOptions:
- VERSION=%{version}
- RELEASE=%{release}
PkgConfigBR:
- Qt5Quick
- Qt5Qml
- Qt5Core
- Qt5Multimedia
- sailfishapp >= 1.0.2
- libcrypto
Requires:
- sailfishsilica-qt5 >= 0.10.9
Files:
- '%defattr(644, root, root, 755)'
- '%attr(755, root, root) %{_bindir}'
- '%{_datadir}/%{name}'
- '%{_datadir}/applications/%{name}.desktop'
- '%{_datadir}/icons/hicolor/*/apps/%{name}.png'
PkgBR: []