summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO20
1 files changed, 20 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..fdc58ffa9c82
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = backupper
+ pkgdesc = A tool to perform full and incremental backups.
+ pkgver = 0.1.3
+ pkgrel = 1
+ url = https://github.com/goggle/backupper
+ arch = any
+ license = MIT
+ depends = python
+ depends = tar
+ optdepends = gzip: gzip compression support
+ optdepends = bzip2: bzip2 compression support
+ optdepends = xz: xz compression support
+ optdepends = systemd: use systemd timer for incremental backups
+ options = !emptydirs
+ backup = etc/backupper.conf
+ source = https://github.com/goggle/backupper/releases/download/v0.1.3/backupper-0.1.3.tar.xz
+ md5sums = 23ef391acb6cdd2c1e08a8067ad61b3b
+
+pkgname = backupper
+