From 978cbd3d7815623a24135c925852a28da6bfe80d Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 2 Dec 2021 19:56:54 +0700 Subject: google-cloud-ops-agent-git: the google cloud ops-agent for Arch This is the ops-agent that are part of the Google Cloud Operations product suite (specifically Cloud Logging and Cloud Monitoring) [1]. This package replace stackdriver-collectd in the AUR [2]. [1] https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/ [2] https://aur.archlinux.org/packages/stackdriver-collectd/ --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..172791a --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +.PHONY: all check release + +all: + makepkg -sd + +check: + namcap PKGBUILD + +release: + makepkg --printsrcinfo > .SRCINFO -- cgit v1.3