blob: 16679890a97c20f71ee6db32ed8fc4cf6f591580 (
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
25
26
27
28
29
30
31
|
pkgbase = copyparty
pkgdesc = File server with accelerated resumable uploads, dedup, WebDAV, FTP, TFTP, zeroconf, media indexer, thumbnails++
pkgver = 1.10.2
pkgrel = 1
url = https://github.com/9001/copyparty
arch = any
license = MIT
makedepends = python-wheel
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = make
makedepends = pigz
depends = python
depends = lsof
depends = python-jinja
optdepends = ffmpeg: thumbnails for videos, images (slower) and audio, music tags
optdepends = cfssl: generate TLS certificates on startup (pointless when reverse-proxied)
optdepends = python-mutagen: music tags (alternative)
optdepends = python-pillow: thumbnails for images
optdepends = python-pyvips: thumbnails for images (higher quality, faster, uses more ram)
optdepends = libkeyfinder-git: detection of musical keys
optdepends = qm-vamp-plugins: BPM detection
optdepends = python-pyopenssl: ftps functionality
optdepends = python-argon2_cffi: hashed passwords in config
optdepends = python-impacket-git: smb support (bad idea)
backup = etc/copyparty.d/init
source = https://github.com/9001/copyparty/releases/download/v1.10.2/copyparty-1.10.2.tar.gz
sha256sums = 001be979a0fdd8ace7d48cab79a137c13b87b78be35fc9633430f45a2831c3ed
pkgname = copyparty
|