Files
packages/anda/themes/klassy/update.rhai
T
Raboneko 81708d8fb7 Add klassy (#1059) (#1063)
* Create klassy.spec

Signed-off-by: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com>

* Create anda.hcl for klassy

Signed-off-by: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com>

* Create update.rhai for klassy

Signed-off-by: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com>

---------

Signed-off-by: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com>
(cherry picked from commit d52c2edcf2)

Co-authored-by: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com>
2024-04-05 12:02:56 +08:00

6 lines
157 B
Plaintext

rpm.global("tag", gh("paulmcauley/klassy"));
if rpm.changed() {
rpm.global("date", date()); // remove if we don't need the `date` macro
rpm.release();
}