add: Google-Health-CLI (#12123) (#12125)

(cherry picked from commit 7b8b0d8c66)

Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Raboneko
2026-05-09 14:51:50 -05:00
committed by GitHub
parent 3d318c445c
commit 9e4ae618d5
3 changed files with 51 additions and 0 deletions
@@ -0,0 +1,45 @@
%global goipath github.com/rudrankriyam/Google-Health-CLI
Version: 1.0.0
%gometa -f
Name: google-health-cli
Release: 1%{?dist}
Summary: Unofficial Google-Health-CLI for the Google Health API, written in Go
License: MIT
URL: https://github.com/rudrankriyam/Google-Health-CLI
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
Packager: Owen Zimmerman <owen@fyralabs.com>
BuildRequires: golang
BuildRequires: gcc
BuildRequires: go-rpm-macros
Requires: glibc
Provides: Google-Health-CLI
%description
%{summary}.
%gopkg
%prep
%autosetup -n Google-Health-CLI-%{version}
%build
%define gomodulesmode GO111MODULE=on
%gobuild -o %{gobuilddir}/cmd/ghealth %{goipath}
%install
install -Dm 0755 %{gobuilddir}/cmd/ghealth %{buildroot}%{_bindir}/ghealth
%files
%license LICENSE
%doc README.md CONTRIBUTING.md CHANGELOG.md SECURITY.md
%{_bindir}/ghealth
%changelog
* Sat May 09 2026 Owen Zimmerman <owen@fyralabs.com>
- Initial commit
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "Google-Health-CLI.spec"
}
}
+1
View File
@@ -0,0 +1 @@
rpm.version(gh("rudrankriyam/Google-Health-CLI"));