add: steam_notif_daemon (#4815) (#4820)

closes #4790

(cherry picked from commit 7dcc17e4a2)

Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
Raboneko
2025-05-13 10:41:24 -07:00
committed by GitHub
parent 114645396a
commit df161c309f
3 changed files with 36 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "steam-notif-daemon.spec"
}
}
@@ -0,0 +1,30 @@
Name: steam-notif-daemon
Version: 1.0.1
Release: 1%?dist
Summary: Steam notification daemon
License: MIT
URL: https://github.com/Jovian-Experiments/steam_notif_daemon
Source0: %url/archive/refs/tags/v%version.tar.gz
Packager: madonuko <mado@fyralabs.com>
Provides: steam_notif_daemon = %version-%release
BuildRequires: meson gcc
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(libcurl)
%description
%summary.
%prep
%autosetup -n steam_notif_daemon-%version
%build
%meson -Dsd-bus-provider=libsystemd
%meson_build
%install
%meson_install
%files
%doc README.md
%license LICENSE
%_bindir/steam_notif_daemon
@@ -0,0 +1 @@
rpm.version(gh_tag("Jovian-Experiments/steam_notif_daemon"));