mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "wluma.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("max-baz/wluma"))
|
||||
@@ -0,0 +1,34 @@
|
||||
Name: wluma
|
||||
Version: 4.10.0
|
||||
Release: 1%?dist
|
||||
Summary: Automatic brightness adjustment based on screen contents and ALS
|
||||
URL: https://github.com/max-baz/wluma
|
||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
||||
License: ISC
|
||||
BuildRequires: cargo anda-srpm-macros cargo-rpm-macros mold v4l-utils libv4l-devel rust-libudev-devel vulkan-loader-devel dbus-devel clang
|
||||
Packager: Its-J
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version}
|
||||
%cargo_prep_online
|
||||
|
||||
%build
|
||||
%cargo_build
|
||||
|
||||
%install
|
||||
%cargo_install
|
||||
%cargo_license_summary_online
|
||||
%{cargo_license_online -a} > LICENSE.dependencies
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%license LICENSE.dependencies
|
||||
%{_bindir}/wluma
|
||||
|
||||
%changelog
|
||||
* Fri Nov 28 2025 Its-J
|
||||
- Package wluma
|
||||
Reference in New Issue
Block a user