blob: a34ff0dc03fbdc227931f38f29de38a063d30c51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
pkgbase = simple_backup
pkgdesc = Simple backup script that uses rsync to copy files
pkgver = 4.1.5
pkgrel = 1
url = https://github.com/Fuxino/simple_backup
arch = any
license = GPL-3.0-or-later
makedepends = git
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python>=3.10
depends = rsync
depends = python-dotenv
optdepends = python-systemd: use systemd log
optdepends = python-dbus: for desktop notifications
optdepends = python-paramiko: for remote backup through ssh
conflicts = simple_backup-git
source = git+https://github.com/Fuxino/simple_backup?signed#tag=4.1.5
validpgpkeys = 7E12BC1FF3B6EDB2CD8053EB981A2B2A3BBF5514
sha256sums = 4da838282fff813f82ee0408996c989078a206eabce07112b4e3ee8b057e34cf
pkgname = simple_backup
|