summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-25 14:04:54 +0700
committerShulhan <ms@kilabit.info>2025-12-25 14:04:54 +0700
commit4095ebbb52c605790a00a75ea8b0f64389e6c035 (patch)
treeb895c27ddef90f062ad718c95dcd104c10e329e1 /Makefile
parent359cf26dda03bba42711892db27afc812355e5b3 (diff)
downloadgoogle-compute-engine-4095ebbb52c605790a00a75ea8b0f64389e6c035.tar.xz
all: update to release 20251014.00
Changes, * Remove the patch for google_set_hostname since is not needed anymore. * Set license value to use SPDX valid license name [1] * In package, remove installing symlink for dhclient-exit-hooks. In Arch Linux image, we use systemd for setting network. [1] 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