Blob Blame History Raw
Name:    zsh-syntax-highlighting
Version: 0.4.1
Release: 1%{?dist}

Summary: Fish shell like syntax highlighting for Zsh
License: BSD
URL:     https://github.com/zsh-users/zsh-syntax-highlighting
Source0: https://github.com/zsh-users/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz

BuildArch: noarch

BuildRequires: zsh

Requires: zsh

%description
This package provides syntax highlighting for the shell zsh. It enables
highlighting of commands whilst they are typed at a zsh prompt into an
interactive terminal. This helps in reviewing commands before running them,
particularly in catching syntax errors.

%prep
%autosetup

%build
make

%install
make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
rm %{buildroot}/%{_pkgdocdir}/COPYING.md

%check
#make test
#make perf

%files
%license COPYING.md
%{_pkgdocdir}
%{_datadir}/%{name}

%changelog
* Mon Aug 29 2016 Michael Kuhn <suraia@ikkoku.de> - 0.4.1-1
- Initial package