mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-08 12:52:17 +00:00
6 lines
194 B
Plaintext
6 lines
194 B
Plaintext
rpm.global("commit", gh_commit("maxiberta/kwin-system76-scheduler-integration"));
|
|
if rpm.changed() {
|
|
rpm.global("date", date()); // remove if we don't need the `date` macro
|
|
rpm.release();
|
|
}
|