mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
c6ab8da620
* fix: micro-nightly spec cleanup follow new terra go packaging guidelines use crop() in update.rhai * builddir is a sub * ohhh
8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
rpm.global("commit_hash", gh_commit("zyedidia/micro"));
|
|
let v = gh("zyedidia/micro");
|
|
if rpm.changed() {
|
|
rpm.global("commit_date", date());
|
|
v.crop(1);
|
|
rpm.global("ver", v);
|
|
}
|