Skip to content

Commit

Permalink
Merge pull request #2 from neingeist/master
Browse files Browse the repository at this point in the history
Add RPM spec file
  • Loading branch information
posva committed Sep 19, 2015
2 parents bf7b0b4 + 0805a1d commit 45ca448
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions catimg.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
Name: catimg
Version: 2.0
Release: 1%{?dist}
Summary: Print images in a terminal with 256 colors support


Group: Applications/Multimedia
License: Unknown

URL: https://github.com/posva/catimg
Source0: https://github.com/posva/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz

%description
Print images in a terminal with 256 colors support


BuildRequires: cmake
Requires:


%prep
%setup -q


%build
%cmake .
make %{?_smp_mflags}


%install
%make_install


%files
/usr/bin/catimg*
%doc README.md



%changelog
* Fri Sep 18 2015 Mike Gerber <mike@sprachgewalt.de> - 2.0-1
- Initial spec file

0 comments on commit 45ca448

Please sign in to comment.