File ssht.spec of Package ssht
#
# spec file for ssht
#
# Copyright (C) 2017 Jochen Breuer <brejoc@gmail.com>
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via https://github.com/brejoc/ssht/issues
#
# norootforbuild
# neededforbuild
Name: ssht
URL: https://github.com/brejoc/ssht/
License: MIT
Autoreqprov: on
Version: 0.4
Release: 1
Source: ssht-%{version}.tar.gz
Summary: A shortcut right into your tmux session via SSH.
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Packager: Jochen Breuer brejoc@gmail.com
Vendor: Jochen Breuer
%description
A shortcut right into your tmux session via SSH.
%prep
%setup -q -n %{name}-%{version}
%build
%install
install -d %{buildroot}/usr/bin
install -m 0755 ssht %{buildroot}/usr/bin
%files
%defattr(-,root,root)
/usr/bin/ssht
%clean
rm -rf $RPM_BUILD_ROOT
%changelog