summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-21 21:06:01 +0700
committerShulhan <ms@kilabit.info>2025-12-27 12:08:03 +0700
commitd0cf62cee3220262b35811d18ae98cec52f73f6f (patch)
treea9e87ae950962d4d6de598102da413fee7e0f0bd /Makefile
parente49e66e5df780af6dcac53e779aa468485f43acd (diff)
downloadgoogle-guest-agent-d0cf62cee3220262b35811d18ae98cec52f73f6f.tar.xz
all: update to release 20251223.00 and some refactoring
Changes, * Use [SPDX licenses] headers and name. In SPDX, the license name is "Apache-2.0" not "Apache. There are inconsistent copyright text "Google Inc." and "Google LLC", in some files, so we choose "Google LLC" instead. * Build without CGO (CGO_ENABLED=0). This require removal of "-ldflags=-linkmode=external" option in GOFLAGS. * Use explicit install command instead of "*". * Install and enable the new gce-workload-cert-refresh binary and systemd timer. * Remove unneeded systemd preset from package. * Add Makefile for common tasks [SPDX licenses]: https://rfc.archlinux.page/0016-spdx-license-identifiers/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..5e33b7a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+.PHONY: all
+all:
+ makepkg --syncdeps
+
+.PHONY: release
+release: check
+ makepkg --printsrcinfo > .SRCINFO
+
+.PHONY: check
+check:
+ namcap PKGBUILD