mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 11:44:55 +00:00
Just copy everything from github at that point
This commit is contained in:
14
ly.spec
14
ly.spec
@@ -4,6 +4,7 @@ Release: 1
|
|||||||
Summary: A TUI display manager
|
Summary: A TUI display manager
|
||||||
License: WTFPL
|
License: WTFPL
|
||||||
URL: https://github.com/nullgemm/ly
|
URL: https://github.com/nullgemm/ly
|
||||||
|
Source: https://github.com/dhalucario/ly/archive/v0.5.2.tar.gz
|
||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@@ -14,17 +15,18 @@ Requires: pam
|
|||||||
Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD.
|
Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
tar -czvf v0.5.2.tar.gz %{buildroot}
|
rm * -rf
|
||||||
mv v0.5.2.tar.gz %{_sourcedir}
|
git clone https://github.com/dhalucario/ly.git
|
||||||
cd %{_sourcedir}
|
cd ly
|
||||||
ls -la
|
git checkout v0.5.2
|
||||||
|
make github
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd src
|
cd ly
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd src
|
cd ly
|
||||||
mkdir -p %{buildroot}/etc/
|
mkdir -p %{buildroot}/etc/
|
||||||
mkdir -p %{buildroot}/usr/bin/
|
mkdir -p %{buildroot}/usr/bin/
|
||||||
mkdir -p %{buildroot}/usr/lib/systemd/system/
|
mkdir -p %{buildroot}/usr/lib/systemd/system/
|
||||||
|
|||||||
Reference in New Issue
Block a user