Imported from SRPM

This commit is contained in:
Sergey Zhemoitel 2020-02-16 21:30:11 +03:00
commit b708dad0a9
2 changed files with 35 additions and 0 deletions

2
.abf.yml Normal file
View file

@ -0,0 +1,2 @@
sources:
gh-0.5.5.tar.gz: 53c1959214302c105024870bc1fd12f5c2863709

33
gh.spec Normal file
View file

@ -0,0 +1,33 @@
%define debug %nil
%define debug_package %nil
Name: gh
Version: 0.5.5
Release: 1
Summary: github cli
URL: https://cli.github.com/
Source0: https://github.com/cli/cli/archive/v%{version}/%{name}-%{version}.tar.gz
License: MIT
Group: Development/Other
BuildRequires: go > 1.10
%description
gh is GitHub on the command line, and it's now available
in beta. It brings pull requests, issues, and other GitHub
concepts to the terminal next to where you are already
2working with git and your code
%prep
%setup -qn cli-%{version}
%build
%make
%install
install -Dm0755 bin/%{name} %{buildroot}%{_bindir}/%{name}
%files
%doc README.md LICENSE
%{_bindir}/%{name}