diff options
author | Max Christian Pohle | 2015-11-21 18:15:59 +0100 |
---|---|---|
committer | Max Christian Pohle | 2015-11-21 18:15:59 +0100 |
commit | f67650f7e1d3c48e6fd123ac4c8537220d6ab053 (patch) | |
tree | 4903d33d954cf9c8e9b37189163452afcac7e265 /packages/arch/Makefile | |
parent | ce38d5155853e9c091b4104c17e3b674a58cc0d7 (diff) | |
download | qspacestatus-f67650f7e1d3c48e6fd123ac4c8537220d6ab053.tar.bz2 qspacestatus-f67650f7e1d3c48e6fd123ac4c8537220d6ab053.zip |
added build chain for arch linux
Diffstat (limited to 'packages/arch/Makefile')
-rw-r--r-- | packages/arch/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
1 | package: | ||
2 | makepkg -cf | ||
3 | |||
4 | install: | ||
5 | makepkg -i qspacestatus-master.tar.gz | ||
6 | |||
7 | clean: | ||
8 | rm -f *.tar.gz *.tar | ||