summaryrefslogtreecommitdiff
path: root/archlinux/Makefile
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2021-10-07 09:35:25 +0200
committerxengineering <me@xengineering.eu>2021-10-07 09:37:57 +0200
commitc17edc9e2a2e67ae9ec84c561fc82b97a59542e1 (patch)
tree15a208197fa33f0d0f2d8a2f85ec9ea8dd58095c /archlinux/Makefile
parentd2a9b00c72ce6b5846a4d260a5d99c5db422723d (diff)
downloadxbackup-c17edc9e2a2e67ae9ec84c561fc82b97a59542e1.tar
xbackup-c17edc9e2a2e67ae9ec84c561fc82b97a59542e1.tar.zst
xbackup-c17edc9e2a2e67ae9ec84c561fc82b97a59542e1.zip
Remove Arch Linux Packaging from this Source Repository
Diffstat (limited to 'archlinux/Makefile')
-rw-r--r--archlinux/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/archlinux/Makefile b/archlinux/Makefile
deleted file mode 100644
index 9809294..0000000
--- a/archlinux/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# vim: shiftwidth=4 tabstop=4 noexpandtab
-.PHONY: all clean install uninstall
-
-SOFTWARE_NAME="xbackup"
-
-all:
- tar --exclude-vcs --exclude ${SOFTWARE_NAME}/archlinux -czvf ${SOFTWARE_NAME}.tar.gz ../../${SOFTWARE_NAME}
- makepkg -cf
-
-clean:
- rm -rf $(SOFTWARE_NAME).tar.gz
- rm -rf $(SOFTWARE_NAME)*.pkg.tar.*
-
-install: all
- sudo pacman -U $(SOFTWARE_NAME)*.pkg.tar.*
-
-uninstall:
- sudo pacman -R $(SOFTWARE_NAME)