Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release-src > by-pkgid > b71024fbd2984a1925afc590acfae16e > files > 4

golang-github-beorn7-perks-0-0.1.mga7.src.rpm

# http://github.com/beorn7/perks
%global goipath         github.com/beorn7/perks
%global commit          3a771d992973f24aa725d07868b467d1ddfceafb

%gometa

Name:           %{goname}
Version:        0
Release:        0.1%{?dist}
Summary:        Effective Computation of Things
Group:          Development/Other
License:        MIT
URL:            %{gourl}
Source0:        %{gosource}
Source1:        glide.lock
Source2:        glide.yaml
Patch0:         Fix-formatting.patch
BuildArch:      noarch

%description
%{summary}

%package devel
Summary:       %{summary}

%description devel
%{summary}

This package contains library source intended for
building other packages which use import path with
%{goipath} prefix.

%prep
%forgesetup
cp %{SOURCE1} %{SOURCE2} .
%patch0 -p1

%install
%goinstall quantile/exampledata.txt glide.lock glide.yaml

%check
%gochecks

%files devel -f devel.file-list
%license LICENSE
%doc README.md



%changelog
* Sat Nov 24 2018 pterjan <pterjan> 0-0.1.20181124git3a771d9.20181124git3a771d9.mga6
+ Revision: 1333768
- imported package golang-github-beorn7-perks