repoup


Logs | Files | LICENSE | GitLab


1
commit 86d4c587a879ab5c17f47083ae16a509958ed2a4
2
Author: Connor Etherington <[email protected]>
3
Date:   Tue Sep 20 01:11:15 2022 +0200
4
5
    Auto-Commit Update 20.09.2022 - 01:11:15
6
---
7
 PKGBUILD                  | 1 +
8
 usr/share/repoup/.gitkeep | 0
9
 usr/share/repoup/repouprc | 4 ++++
10
 3 files changed, 5 insertions(+)
11
12
diff --git a/PKGBUILD b/PKGBUILD
13
index 86f0147..21ecb7e 100644
14
--- a/PKGBUILD
15
+++ b/PKGBUILD
16
@@ -24,5 +24,6 @@ validpgpkeys=('81BACEEBC3EA26E127166E4A819BB92A9A48160E')
17
 
18
 package() {
19
     install -Dm644 usr/share/licenses/${pkgname}/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
20
+    install -Dm644 usr/share/repoup/repouprc "${pkgdir}${XDG_CONFIG_HOME:-$HOME/.config}/repoup/repouprc"
21
     install -Dm755 usr/bin/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
22
 }
23
diff --git a/usr/share/repoup/.gitkeep b/usr/share/repoup/.gitkeep
24
new file mode 100644
25
index 0000000..e69de29
26
diff --git a/usr/share/repoup/repouprc b/usr/share/repoup/repouprc
27
new file mode 100755
28
index 0000000..019187f
29
--- /dev/null
30
+++ b/usr/share/repoup/repouprc
31
@@ -0,0 +1,4 @@
32
+#!/usr/bin/env sh
33
+
34
+DEFAULT_REPO=$HOME/dotfiles
35
+