Files
packages/anda/multimedia/rtaudio/update.rhai
T
Raboneko 6d908810ab fix(rtaudio-nightly): Update build steps (#5903) (#5913)
* fix: Bulk fixes of nightly packages

* Try to convert RTAudio to CMake

* refactor: update.rhai

* What

* fix: Explicitly dep on CMake macros??

* fix: Right CMake itself

* sdhfdhjkdfsjkhsdfhjk

* What now

* A

* Typo

* Meson??

* Stole this from their CI please work

* YEEEEEAAAHH

---------


(cherry picked from commit ef37dab1c8)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
2025-07-22 01:23:34 +08:00

8 lines
180 B
Plaintext

rpm.global("commit", gh_commit("thestk/rtaudio"));
if rpm.changed() {
let v = gh("thestk/rtaudio");
v.crop(1);
rpm.global("ver", v);
rpm.global("commit_date", date());
}