mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-11 22:20:39 +00:00
9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
rpm.global("commit", gh_commit("dlundqvist/xone"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commitdate", date());
|
|
let ver = gh_tag("dlundqvist/xone");
|
|
ver.crop(1);
|
|
rpm.global("ver", ver);
|
|
}
|