Files
packages/anda/system/scx-scheds/nightly/update.rhai
T
Raboneko 0078016604 add: scx-scheds and scx-scheds-nightly (#5475) (#5530)
* add: scx-scheds and scx-scheds-nightly

* fix: Build requires cargo-rpm-macros

* fix: Licenses

* feat: Use pkg_devel_files

* cleanup: Use the systemd macros

(cherry picked from commit 0e1ecdc83d)

Co-authored-by: Gilver <rockgrub@disroot.org>
2025-06-17 02:14:17 -05:00

9 lines
202 B
Plaintext

rpm.global("commit", gh_commit("sched-ext/scx"));
if rpm.changed() {
rpm.release();
rpm.global("commitdate", date());
let v = gh("sched-ext/scx");
v.crop(1);
rpm.global("ver", v);
}