File antigen.spec of Package antigen
%global debug_package %{nil}
Name: antigen
Version: 2.2.3
Release: 1%{?dist}
Summary: A plugin manager for zsh, inspired by oh-my-zsh and vundle.
Group: Development/Tools
License: MIT
URL: https://github.com/zsh-users/%{name}
Source0: https://github.com/zsh-users/%{name}/archive/v%{version}.tar.gz
Requires: zsh
%description
A plugin manager for zsh, inspired by oh-my-zsh and vundle.
%prep
%setup -q
%build
make
%install
rm -rf %{buildroot}
make install PREFIX=%{buildroot}/usr
%files
%defattr(-,root,root,-)
/usr/share/antigen.zsh
%changelog
* Thu Apr 05 2018 Julien Nicoulaud <julien.nicoulaud@gmail.com> - 2.2.3-1
- Version 2.2.3