diff options
| author | Shulhan <ms@kilabit.info> | 2022-08-19 00:45:02 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-08-19 01:01:19 +0700 |
| commit | 9b370e0e7fe8ec89bd588ae23a4223428383b814 (patch) | |
| tree | 73588ab68b6701f98b2f22d336cadb49b5746b25 /_AUR/Makefile | |
| parent | 7e7c491d186280ddaee508bd46ade6fa21058c78 (diff) | |
| download | haminer-9b370e0e7fe8ec89bd588ae23a4223428383b814.tar.xz | |
_AUR: add package build for Arch Linux
Diffstat (limited to '_AUR/Makefile')
| -rw-r--r-- | _AUR/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_AUR/Makefile b/_AUR/Makefile new file mode 100644 index 0000000..8def7c2 --- /dev/null +++ b/_AUR/Makefile @@ -0,0 +1,10 @@ +## SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info> +## SPDX-License-Identifier: GPL-3.0-or-later + +.PHONY: all release + +all: + makepkg -s + +release: + makepkg --printsrcinfo > .SRCINFO |
