aboutsummaryrefslogtreecommitdiffstats
path: root/yaourt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'yaourt/Makefile')
-rw-r--r--yaourt/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/yaourt/Makefile b/yaourt/Makefile
new file mode 100644
index 0000000..4042cb4
--- /dev/null
+++ b/yaourt/Makefile
@@ -0,0 +1,12 @@
+.POSIX:
+include ../common.mk
+
+install:
+ $(CHECK_INSTALLED) dash
+ mkdir -p -- ~/.local/bin
+ ln -sf -- ~/.dotfiles/yaourt/aur ~/.local/bin/
+
+uninstall:
+ -unlink -- ~/.local/bin/aur
+
+.PHONY: install uninstall