From 3c1b089a908e250d19a4f76f40e410e99aac5787 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Tue, 17 May 2022 11:36:04 +0200 Subject: [PATCH] initial ly test spec file Signed-off-by: Toshaan Bharvani --- SOURCES/.gitkeeper | 0 SPECS/ly.spec | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 SOURCES/.gitkeeper create mode 100644 SPECS/ly.spec diff --git a/SOURCES/.gitkeeper b/SOURCES/.gitkeeper new file mode 100644 index 0000000..e69de29 diff --git a/SPECS/ly.spec b/SPECS/ly.spec new file mode 100644 index 0000000..a894452 --- /dev/null +++ b/SPECS/ly.spec @@ -0,0 +1,39 @@ +Name: ly +Version: 0.5.3 +Release: 1%{?dist} +Summary: display manager with console UI +License: WTFPL +URL: https://github.com/fairyglade/ly +Source0: https://github.com/fairyglade/ly/archive/refs/tags/v%{version}.tar.gz +BuildRequires: gcc +BuildRequires: xorg-xauth +BuildRequires: pam-devel +BuildRequires: xcb +BuildRequires: xorg-xauth +BuildRequires: ncurses-devel +Requires: systemd +Requires: util-linux +Requires: tput + + +%description +Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD. + + +%prep +%autosetup + + +%build +%make_build + + +%install +%make_install + + + +%files + + +%changelog