Skip to content

Commit

Permalink
Added spec file and modified scripts name
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket Pradhan committed Aug 15, 2019
1 parent bf525e4 commit 6f94706
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
source=(lsd::git+https://github.com/Aniket-Pradhan/lsd#tag=1.0.0)

package() {
install -D -t "$pkgdir/usr/bin" "$srcdir/lsd/lsd"
install -D -t "$pkgdir/usr/bin" "$srcdir/lsd/lsd-sim"
}

md5sums=(SKIP)
File renamed without changes.
20 changes: 20 additions & 0 deletions lsd-sim.spec
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
20 changes: 20 additions & 0 deletions lsd.spec
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

0 comments on commit 6f94706

Please sign in to comment.