blob: 60fd84dbf79d1ec761a06b5e916f67c8475f88c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = yarsync
pkgdesc = Yet Another Rsync is a file synchronization and backup tool
pkgver = 0.3
pkgrel = 1
url = https://github.com/ynikitenko/yarsync
install = yarsync.install
arch = any
license = GPL3
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = rsync
makedepends = python-pytest
makedepends = python-pytest-mock
depends = python>=3.6
source = yarsync-0.3.tar.gz::https://github.com/ynikitenko/yarsync/archive/refs/tags/v0.3.tar.gz
sha256sums = fd47811708c3b907eea401077dba3ee8cdc9a397cdd491a162fd74f9f3ebb887
pkgname = yarsync
depends = python>=3.6
depends = rsync>=3.1.0
|