mirror of
https://github.com/terrapkg/packages.git
synced 2026-07-02 17:00:54 +00:00
0e1ecdc83d
* 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
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);
|
|
}
|