mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
263c9525de
* add: glasgow
* whoops dont need these theyre autogenerated, plus other stuff
* whoops
* fix provides
* Don't hardcode sitelib/glasgow- version
---------
(cherry picked from commit 9dfb63021d)
Signed-off-by: Owen <owen@fyralabs.com>
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
rpm.global("commit", gh_commit("GlasgowEmbedded/glasgow"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commit_date", date());
|
|
}
|