# https://github.com/howeyc/crc16
%global goipath         github.com/howeyc/crc16
%global commit          2b2a61e366a66d3efb279e46176e7291001e0354

%gometa

%global common_description %{expand:
A Go package implementing the 16-bit Cyclic Redundancy Check, or CRC-16, checksum.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        0.1%{?dist}
Summary:        16-bit Cyclic Redundancy Check, or CRC-16, checksum

# Upstream license specification: BSD
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%gopkgfiles

%changelog