summarylogtreecommitdiffstats
path: root/justfile
diff options
context:
space:
mode:
authorbitSheriff2024-11-20 18:02:03 +0100
committerbitSheriff2024-11-20 18:02:03 +0100
commit668fb16879e6dacac04b1860356acd3615a952c2 (patch)
treebdf53692d614ce73226fae396af72569b84f17f0 /justfile
parenta1cfe23365f82a29b56e28da1fe7167e76575497 (diff)
downloadaur-668fb16879e6dacac04b1860356acd3615a952c2.tar.gz
added recipe to add AUR git
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/justfile b/justfile
index a41fe5a31d7b..548cf0a232e3 100644
--- a/justfile
+++ b/justfile
@@ -56,3 +56,7 @@ clean:
# Build and install the package
install:
makepkg -si
+
+# adds the AUR git remote
+add-aur:
+ git remote add aur ssh://aur@aur.archlinux.org/dunst-timer.git