mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
8cf339740b
* fix: micro-nightly
spec cleanup
follow new terra go packaging guidelines
use crop() in update.rhai
* builddir is a sub
* ohhh
(cherry picked from commit c6ab8da620)
Co-authored-by: sadlerm4 <sad_lerm@hotmail.com>
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);
|
|
}
|