summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-12-02 19:56:54 +0700
committerShulhan <ms@kilabit.info>2021-12-02 20:02:23 +0700
commit978cbd3d7815623a24135c925852a28da6bfe80d (patch)
treed414510835daec206f9d45bb4624c98916f5a93f /Makefile
downloadgoogle-cloud-ops-agent-git-978cbd3d7815623a24135c925852a28da6bfe80d.tar.xz
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/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
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