mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
6d908810ab
* 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>
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());
|
|
}
|