-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added spec file and modified scripts name
- Loading branch information
Aniket Pradhan
committed
Aug 15, 2019
1 parent
bf525e4
commit 6f94706
Showing
4 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Name: lsd | ||
Version: 1 | ||
Release: 1%{?dist} | ||
Summary: Say hello, Texas style | ||
|
||
License: MIT | ||
Source0: lsd | ||
BuildArch: noarch | ||
|
||
%description | ||
lsd... Yes.. | ||
|
||
%install | ||
mkdir -p %{buildroot}/%{_bindir} | ||
install -p -m 755 %{SOURCE0} %{buildroot}/%{_bindir} | ||
|
||
%files | ||
%{_bindir}/lsd | ||
|
||
%changelog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Name: lsd-sim | ||
Version: 1 | ||
Release: 1%{?dist} | ||
Summary: Say hello, Texas style | ||
|
||
License: MIT | ||
Source0: lsd-sim | ||
BuildArch: noarch | ||
|
||
%description | ||
lsd-sim... Yes.. | ||
|
||
%install | ||
mkdir -p %{buildroot}/%{_bindir} | ||
install -p -m 755 %{SOURCE0} %{buildroot}/%{_bindir} | ||
|
||
%files | ||
%{_bindir}/lsd-sim | ||
|
||
%changelog |