mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-20 04:24:19 +02:00
This makes some more sense now
This commit is contained in:
parent
a7dedbab1b
commit
5c04c996d5
2 changed files with 6 additions and 4 deletions
|
|
@ -1,2 +1,3 @@
|
|||
srpm:
|
||||
rpmbuild -bs ly.spec
|
||||
make github
|
||||
rpmbuild -vv -bs ly.spec --define "_srcrpmdir $(outdir)"
|
||||
|
|
|
|||
7
ly.spec
7
ly.spec
|
|
@ -4,7 +4,6 @@ Release: 1
|
|||
Summary: A TUI display manager
|
||||
License: WTFPL
|
||||
URL: https://github.com/nullgemm/ly
|
||||
Source: https://github.com/dhalucario/ly/archive/v0.5.2.tar.gz
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: make
|
||||
|
|
@ -15,8 +14,10 @@ Requires: pam
|
|||
Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD.
|
||||
|
||||
%prep
|
||||
cd src
|
||||
make github
|
||||
tar -czvf v0.5.2.tar.gz %{buildroot}
|
||||
mv v0.5.2.tar.gz %{_sourcedir}
|
||||
cd %{_sourcedir}
|
||||
ls -la
|
||||
|
||||
%build
|
||||
cd src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue