diff options
| author | Shulhan <ms@kilabit.info> | 2025-12-25 14:04:54 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-25 14:04:54 +0700 |
| commit | 4095ebbb52c605790a00a75ea8b0f64389e6c035 (patch) | |
| tree | b895c27ddef90f062ad718c95dcd104c10e329e1 /Makefile | |
| parent | 359cf26dda03bba42711892db27afc812355e5b3 (diff) | |
| download | google-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-- | Makefile | 11 |
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 |
