Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 9e3ece948f8c40c6cda32e58a84c30e3 > files > 1

golang-github-google-subcommands-1.2.0-1.mga9.src.rpm

# Generated by go2rpm
%bcond_without check

# https://github.com/google/subcommands
%global goipath         github.com/google/subcommands
Version:                1.2.0

%gometa

%global common_description %{expand:
Subcommands is a Go package that implements a simple way for a single command to
have many subcommands, each of which takes arguments and so forth.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Summary:        Go subcommand library
Release:        %mkrel 1
Group:          Development/Other

# Upstream license specification: Apache-2.0
License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles



%changelog
* Fri Dec 30 2022 mokraemer <mokraemer> 1.2.0-1.mga9
+ Revision: 1928100
- import dependency for restic
- Created package structure for golang-github-google-subcommands.