# Generated by go2rpm %bcond_without check # https://github.com/gobuffalo/envy %global goipath github.com/gobuffalo/envy Version: 1.7.0 %gometa %global common_description %{expand: Envy makes working with ENV variables in Go trivial.} %global golicenses LICENSE.txt %global godocs README.md SHOULDERS.md Name: %{goname} Release: 1%{?dist} Summary: Envy makes working with ENV variables in Go trivial License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/joho/godotenv) BuildRequires: golang(github.com/rogpeppe/go-internal/modfile) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue May 07 15:19:23 CEST 2019 Robert-André Mauchin - 1.7.0-1 - Initial package