mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-11 22:20:39 +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>
9 lines
89 B
HCL
9 lines
89 B
HCL
project pkg {
|
|
rpm {
|
|
spec = "stardust-flatland.spec"
|
|
}
|
|
labels {
|
|
nightly = 1
|
|
}
|
|
}
|