webp_server_go/scripts/webp_server.spec
n0vad3v 5cc9bf2588
Update README.
Bump to 0.1.2.
2020-03-20 13:20:02 +08:00

22 lines
525 B
RPMSpec

Name: webp-server
Version: 0.1.2
Release: 1%{?dist}
Summary: Go version of WebP Server. A tool that will serve your JPG/PNGs as WebP format with compression, on-the-fly.
License: GPLv3
Source0: webp-server
URL: https://github.com/webp-sh/webp_server_go
%description
Go version of WebP Server. A tool that will serve your JPG/PNGs as WebP format with compression, on-the-fly.
%install
%{__mkdir} -p %{buildroot}/%{_bindir}
install -p -m 755 %{SOURCE0} %{buildroot}/%{_bindir}
%files
%{_bindir}/webp-server
%changelog