Files
packages/anda/multimedia/rtaudio/update.rhai
T
Gilver ef37dab1c8 fix(rtaudio-nightly): Update build steps (#5903)
* 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

---------

Signed-off-by: Gilver <rockgrub@disroot.org>
2025-07-21 23:53:01 +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());
}