aboutsummaryrefslogtreecommitdiff
path: root/_AUR/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-08-19 00:45:02 +0700
committerShulhan <ms@kilabit.info>2022-08-19 01:01:19 +0700
commit9b370e0e7fe8ec89bd588ae23a4223428383b814 (patch)
tree73588ab68b6701f98b2f22d336cadb49b5746b25 /_AUR/Makefile
parent7e7c491d186280ddaee508bd46ade6fa21058c78 (diff)
downloadhaminer-9b370e0e7fe8ec89bd588ae23a4223428383b814.tar.xz
_AUR: add package build for Arch Linux
Diffstat (limited to '_AUR/Makefile')
-rw-r--r--_AUR/Makefile10
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