aboutsummaryrefslogtreecommitdiffstats
path: root/brave/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'brave/Makefile')
-rw-r--r--brave/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/brave/Makefile b/brave/Makefile
new file mode 100644
index 0000000..dc5f0c2
--- /dev/null
+++ b/brave/Makefile
@@ -0,0 +1,14 @@
+.POSIX:
+
+XINITRC_ORDER = 20
+
+install:
+ ../check-installed-shebang brave
+ mkdir -p -- ~/.local/bin
+ test ! -e ~/.local/bin/brave || test -L ~/.local/bin/brave
+ ln -sf -- ~/.dotfiles/brave/brave ~/.local/bin/brave
+
+uninstall:
+ +! ../check-installed brave
+ +! ../check-installed brave-bin
+ -unlink -- ~/.local/bin/brave