1
Fork 0
copr/hugo.spec

27 lines
698 B
RPMSpec
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
Version: 0.146.5
Release: 0%{?dist}
Summary: The worlds 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 worlds 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