initial package creation

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 2024-12-02 23:19:42 +01:00
commit 383b63b995
2 changed files with 46 additions and 0 deletions

0
SOURCES/.gitkeeper Normal file
View File

View File

@ -0,0 +1,46 @@
Name: texlive-fancyqr
Version: 2.2
Release: 1%{?dist}
Summary: TexLive FancyQR
Group: Applications/System
License: GPLv2+ and MIT and BSD
URL: https://github.com/EagleoutIce/fancyqr/
Source0: https://github.com/EagleoutIce/fancyqr/archive/refs/tags/v%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
Requires: texlive
Requires: texlive-texlive-scripts


%description
TexLive FancyQR


%prep
%setup


%build



%install
install -d %{buildroot}/%{_datadir}/texlive/texmf-dist/tex/latex/fancyqr/
install -p -m 644 build.lua %{buildroot}/%{_datadir}/texlive/texmf-dist/tex/latex/fancyqr/
install -p -m 644 fancyqr-style-blobs.code %{buildroot}/%{_datadir}/texlive/texmf-dist/tex/latex/fancyqr/
install -p -m 644 fancyqr-style-dots.code %{buildroot}/%{_datadir}/texlive/texmf-dist/tex/latex/fancyqr/
install -p -m 644 fancyqr-style-flat.code %{buildroot}/%{_datadir}/texlive/texmf-dist/tex/latex/fancyqr/
install -p -m 644 fancyqr-style-frame.code %{buildroot}/%{_datadir}/texlive/texmf-dist/tex/latex/fancyqr/
install -p -m 644 fancyqr-style-glitch.code %{buildroot}/%{_datadir}/texlive/texmf-dist/tex/latex/fancyqr/
install -p -m 644 fancyqr.sty %{buildroot}/%{_datadir}/texlive/texmf-dist/tex/latex/fancyqr/
#CHANGELOG.md
#CONTRIBUTING.md
#LICENSE
#README.md


%files
%{_datadir}/texlive/texmf-dist/tex/latex/fancyqr/


%changelog