mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
@@ -1,11 +1,11 @@
|
||||
let json = get(`https://api.github.com/repos/ad-oliviero/uwufetch/commits/development`).json();
|
||||
let c = json.sha;
|
||||
let d = json.commit.author.date;
|
||||
d.truncate(10);
|
||||
rpm.global("commit", c);
|
||||
if rpm.changed() {
|
||||
rpm.release();
|
||||
rpm.global("fulldate", d);
|
||||
d.truncate(10);
|
||||
let ver = gh_tag("ad-oliviero/uwufetch");
|
||||
rpm.global("ver", ver);
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ Release: 1%?dist
|
||||
Summary: A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.
|
||||
License: GPL-3.0
|
||||
URL: https://github.com/ad-oliviero/uwufetch
|
||||
BuildRequires: make gcc git anda-srpm-macros
|
||||
BuildRequires: make gcc git anda-srpm-macros pciutils-devel
|
||||
Requires: freecolor
|
||||
Requires: xwininfo
|
||||
Recommends: lshw
|
||||
|
||||
Reference in New Issue
Block a user