Blob Blame History Raw
# Generated by go2rpm 1
%bcond_without check

# https://github.com/gobuffalo/flect
%global goipath         github.com/gobuffalo/flect
Version:                0.1.6

%gometa

%global common_description %{expand:
An inflection engine for Golang.}

%global golicenses      LICENSE
%global godocs          SHOULDERS.md README.md

Name:           %{goname}
Release:        1%{?dist}
Summary:        Inflection engine for Golang

License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

%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
* Wed Oct 16 06:30:33 EDT 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.1.6-1
- Initial package