mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-03 18:32:18 +00:00
5a0d1892b0
* feat: Add scx-tools, update scx-scheds builds
* chore: Bump release on scx-scheds
* fix: Workspace
* fix: Migration guide no longer exists
* feat: AppStream metadata
* fix: AppStream file
* fix: appid, also don't mangle shebangs
* feat: Add command to install .so files so I can track if I need to make a devel file at some point
* chore(scx-tools): Workspace
* Add failpipe on install command
* Remove service type
* feat: Better deps and conflicts
(cherry picked from commit 51193bf52d)
Co-authored-by: Gilver <rockgrub@disroot.org>
9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
rpm.global("commit", gh_commit("sched-ext/scx-loader"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commitdate", date());
|
|
let v = gh("sched-ext/scx-loader");
|
|
v.crop(1);
|
|
rpm.global("ver", v);
|
|
}
|