mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 11:44:55 +00:00
Turn into ly.spec.rpkg
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
Name: ly
|
Name: {{{ git_dir_name }}}
|
||||||
Version: 0.5
|
Version: {{{ git_dir_version }}}
|
||||||
Release: 2
|
Release: 1%{?dist}
|
||||||
Summary: A TUI display manager
|
Summary: A TUI display manager
|
||||||
License: WTFPL
|
License: WTFPL
|
||||||
|
URL: https://github.com/nullgemm/ly
|
||||||
|
VCS: {{{ git_dir_vcs }}}
|
||||||
|
Source: {{{ git_dir_pack }}}
|
||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
Requires: libxcb
|
Requires: libxcb
|
||||||
@@ -12,6 +15,7 @@ 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
|
||||||
|
{{{ git_dir_setup_macro }}}
|
||||||
make github
|
make github
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@@ -40,3 +44,4 @@ DESTDIR="%{buildroot}" make install
|
|||||||
/etc/pam.d/ly
|
/etc/pam.d/ly
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
{{{ git_dir_changelog }}}
|
||||||
Reference in New Issue
Block a user