mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-28 06:18:27 +00:00
0078016604
* 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>
9 lines
202 B
Plaintext
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);
|
|
}
|