We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf7b0b4 + 0805a1d commit 45ca448Copy full SHA for 45ca448
1 file changed
catimg.spec
@@ -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