Skip to content

Commit 0805a1d

Browse files
committed
Add RPM spec file
1 parent 4812b0a commit 0805a1d

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

catimg.spec

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
Name: catimg
2+
Version: 2.0
3+
Release: 1%{?dist}
4+
Summary: Print images in a terminal with 256 colors support
5+
6+
7+
Group: Applications/Multimedia
8+
License: Unknown
9+
10+
URL: https://github.com/posva/catimg
11+
Source0: https://github.com/posva/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
12+
13+
%description
14+
Print images in a terminal with 256 colors support
15+
16+
17+
BuildRequires: cmake
18+
Requires:
19+
20+
21+
%prep
22+
%setup -q
23+
24+
25+
%build
26+
%cmake .
27+
make %{?_smp_mflags}
28+
29+
30+
%install
31+
%make_install
32+
33+
34+
%files
35+
/usr/bin/catimg*
36+
%doc README.md
37+
38+
39+
40+
%changelog
41+
* Fri Sep 18 2015 Mike Gerber <mike@sprachgewalt.de> - 2.0-1
42+
- Initial spec file

0 commit comments

Comments
 (0)