mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 09:52:18 +00:00
ef37dab1c8
* 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>
8 lines
180 B
Plaintext
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());
|
|
}
|