2024-12-30 21:39:41 -05:00
|
|
|
|
# no, this isn't built from source because there is like a hundred go packages and I gave up halfway through updating them
|
|
|
|
|
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
Name: hugo
|
2025-03-21 16:17:16 -04:00
|
|
|
|
Version: 0.145.0
|
|
|
|
|
Release: 0%{?dist}
|
2024-12-30 21:39:41 -05:00
|
|
|
|
Summary: The world’s fastest framework for building websites.
|
|
|
|
|
License: Apache-2.0
|
|
|
|
|
URL: https://github.com/gohugoio/hugo
|
|
|
|
|
|
|
|
|
|
Source0: https://github.com/gohugoio/hugo/releases/download/v%{version}/hugo_extended_%{version}_Linux-64bit.tar.gz
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The world’s fastest framework for building websites.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -c -n hugo
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
install -m 755 -D hugo %{buildroot}%{_bindir}/hugo
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%{_bindir}/hugo
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|