mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-15 16:10:38 +00:00
ad0f734875
* initial package for stardust-flatland * move to stardust folder * RPM bug workaround stardust-flatland.spec Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * Update stardust-flatland.spec Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * Update anda/stardust/flatland/stardust-flatland.spec Co-authored-by: madomado <madonuko@outlook.com> Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * Update anda/stardust/flatland/stardust-flatland.spec Co-authored-by: madomado <madonuko@outlook.com> Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * Update anda/stardust/flatland/stardust-flatland.spec Co-authored-by: madomado <madonuko@outlook.com> Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * Test fix stardust-flatland.spec Testing CI build without 'Requires: libgcc glibc' Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * Update stardust-flatland.spec Add packager Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * Update update.rhai Remove if statement from Rhai Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * Update anda.hcl Fix indentation Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * Update anda/stardust/flatland/update.rhai Co-authored-by: madomado <madonuko@outlook.com> Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * Update stardust-flatland.spec Lock cargo install Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * Update stardust-flatland.spec Unify summaries Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * Update stardust-flatland.spec add environment variable before cargo build Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --------- Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Co-authored-by: june-fish <git@june.fish> Co-authored-by: madomado <madonuko@outlook.com>
6 lines
131 B
Plaintext
6 lines
131 B
Plaintext
rpm.global("commit", gh_commit("StardustXR/flatland"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commit_date", date());
|
|
}
|