mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 01:42:18 +00:00
1784082930
* add: exquisite-linux-templates
* make this noarch
* meaoj;aslk
* alskdjf
(cherry picked from commit 42fe3cb4ec)
Co-authored-by: madomado <madonuko@outlook.com>
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());
|
|
}
|