3c2281f
Name:    zsh-syntax-highlighting
3c2281f
Version: 0.4.1
3c2281f
Release: 1%{?dist}
3c2281f
3c2281f
Summary: Fish shell like syntax highlighting for Zsh
3c2281f
License: BSD
3c2281f
URL:     https://github.com/zsh-users/zsh-syntax-highlighting
3c2281f
Source0: https://github.com/zsh-users/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
3c2281f
3c2281f
BuildArch: noarch
3c2281f
3c2281f
BuildRequires: zsh
3c2281f
3c2281f
Requires: zsh
3c2281f
3c2281f
%description
3c2281f
This package provides syntax highlighting for the shell zsh. It enables
3c2281f
highlighting of commands whilst they are typed at a zsh prompt into an
3c2281f
interactive terminal. This helps in reviewing commands before running them,
3c2281f
particularly in catching syntax errors.
3c2281f
3c2281f
%prep
3c2281f
%autosetup
3c2281f
3c2281f
%build
3c2281f
make
3c2281f
3c2281f
%install
3c2281f
make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
3c2281f
rm %{buildroot}/%{_pkgdocdir}/COPYING.md
3c2281f
3c2281f
%check
3c2281f
#make test
3c2281f
#make perf
3c2281f
3c2281f
%files
3c2281f
%license COPYING.md
3c2281f
%{_pkgdocdir}
3c2281f
%{_datadir}/%{name}
3c2281f
3c2281f
%changelog
3c2281f
* Mon Aug 29 2016 Michael Kuhn <suraia@ikkoku.de> - 0.4.1-1
3c2281f
- Initial package