Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thomasfedb/2fdde1570b43e8ea373bce5b5402db47 to your computer and use it in GitHub Desktop.
Save thomasfedb/2fdde1570b43e8ea373bce5b5402db47 to your computer and use it in GitHub Desktop.
# Generated by go2rpm 1
%bcond_without check
# https://github.com/pkg/browser
%global goipath github.com/pkg/browser
%global commit 0a3d74bf9ce488f035cf5bc36f753a711bc74334
%gometa
%global common_description %{expand:
Helpers to open files, readers, and urls in a browser}
%global golicenses LICENSE
%global godocs examples README.md
Name: %{goname}
Version: 0
Release: 0.1%{?dist}
Summary: Helpers to open files, readers, and urls in a browser
# Upstream license specification: BSD-2-Clause
License: BSD
URL: %{gourl}
Source0: %{gosource}
%description
%{common_description}
%gopkg
%prep
%goprep
%install
%gopkginstall
%if %{with check}
%check
%gocheck
%endif
%gopkgfiles
%changelog
* Sun Nov 17 08:12:10 UTC 2019 Thomas Drake-Brockman <thom@sfedb.com> - 0-0.1.20191117git0a3d74b
- Initial package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment