mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 09:52:18 +00:00
42fe3cb4ec
* add: exquisite-linux-templates * make this noarch * meaoj;aslk * alskdjf
7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
import "andax/bump_extras.rhai" as bump;
|
|
|
|
rpm.global("commit", bump::codeberg_commit("nathandyer/exquisite-linux-templates"));
|
|
if rpm.changed() {
|
|
rpm.global("commit_date", date());
|
|
}
|