Name:       sl
Version:    5.0.git.67.ad3b59ed
Release:    1%{?dist}
Summary:    SL (Steam Locomotive) runs across your terminal when you type "sl" as you meant to type "ls".

License:    SL
URL:        https://github.com/scaryrawr/sl
VCS:        git+https://github.com/scaryrawr/sl#ad3b59ed1624665b2e81cc7415de08f93fd72c9b:

Source:    sl-ad3b59ed.tar.gz

BuildRequires:  gcc
BuildRequires:  cmake
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(ncurses)

%description
SL (Steam Locomotive) runs across your terminal when you type "sl" as you meant to type "ls".

%files
%{_bindir}/%{name}
%license LICENSE

%prep
%setup -T -b 0 -q -n sl

%build
%cmake
%cmake_build

%install
%cmake_install

%changelog