summaryrefslogtreecommitdiff
path: root/manualPorts/hardlinkedBackups/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/hardlinkedBackups/Pkgfile')
-rw-r--r--manualPorts/hardlinkedBackups/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/manualPorts/hardlinkedBackups/Pkgfile b/manualPorts/hardlinkedBackups/Pkgfile
new file mode 100644
index 0000000..34d28b9
--- /dev/null
+++ b/manualPorts/hardlinkedBackups/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Generate hardlinked incremental backups via rsync (and possibly through a SOCKS-tunnel via ssh)
+# URL: https://opensources.eckner.net/?ls=hardlinkedBackups
+# Maintainer: Erich Eckner, crux at eckner dot net
+# Depends on:
+
+name=hardlinkedBackups
+version=1.2.2
+release=1
+source=("https://opensources.eckner.net/dl.php?dl=${name}-${version}")
+
+build() {
+
+ tar -xf *${name}-${version}
+ cd ${name}-${version}
+ make
+ make DESTDIR=$PKG install
+
+}