mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 18:02:19 +00:00
3204f09459
* add: micro-nightly * spec cleanup * install dirs * remove redundant docs and license * don't shallow clone repo * impl changes from code review
6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
rpm.global("commit_hash", gh_commit("zyedidia/micro"));
|
|
if rpm.changed() {
|
|
rpm.global("commit_date", date());
|
|
rpm.global("ver", gh("zyedidia/micro"));
|
|
}
|