mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
closes #4790
(cherry picked from commit 7dcc17e4a2)
Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
@@ -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"));
|
||||
Reference in New Issue
Block a user