blob: 8b7a837fc9a5c10525cebe50040f670708e9eb17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-relayfsd
pkgdesc = A tool that monitors a dir and automatically uploads files to another dir
pkgver = 1.0.0
pkgrel = 1
url = https://github.com/Almutairi0/relayfsd
arch = x86_64
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-requests
depends = python-watchdog
depends = python-paramiko
source = git+https://github.com/Almutairi0/relayfsd.git
sha256sums = SKIP
pkgname = python-relayfsd
|