mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
4de7c567c7
* add: micro-nightly
* spec cleanup
* install dirs
* remove redundant docs and license
* don't shallow clone repo
* impl changes from code review
(cherry picked from commit 3204f09459)
Co-authored-by: sadlerm4 <sad_lerm@hotmail.com>
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"));
|
|
}
|