From f67650f7e1d3c48e6fd123ac4c8537220d6ab053 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sat, 21 Nov 2015 18:15:59 +0100 Subject: added build chain for arch linux --- packages/arch/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 packages/arch/Makefile (limited to 'packages/arch/Makefile') diff --git a/packages/arch/Makefile b/packages/arch/Makefile new file mode 100644 index 0000000..a0c5121 --- /dev/null +++ b/packages/arch/Makefile @@ -0,0 +1,8 @@ +package: + makepkg -cf + +install: + makepkg -i qspacestatus-master.tar.gz + +clean: + rm -f *.tar.gz *.tar -- cgit v1.2.3