# Generated by go2rpm 1.6.0
%bcond_without check
%global debug_package %{nil}

# https://github.com/mmcloughlin/avo
%global goipath         github.com/mmcloughlin/avo
Version:                0.4.0

%gometa

%global common_description %{expand:
Generate x86 Assembly with Go.}

%global golicenses      LICENSE
%global godocs          examples README.md

Name:           %{goname}
Release:        1%{?dist}
Summary:        Generate x86 Assembly with Go

# Upstream license specification: BSD-3-Clause and LGPL-3.0-only
License:        BSD and LGPLv3
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

%files
%license LICENSE
%doc examples README.md

%gopkgfiles

%changelog
* Thu Mar 31 2022 OndÃ…â„¢ej Budai <ondrej@budai.cz> - 0.4.0-1
- Initial package