blob: 671e9bb83daca3b11e89e67dc8eeb797338ec03c (
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
|
pkgbase = torrcli
pkgdesc = A cli based torrent client built with libtorrent
pkgver = 0.3.3
pkgrel = 1
url = https://github.com/aayushkdev/torrcli
install = torrcli.install
arch = x86_64
license = MIT
makedepends = python-setuptools
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
depends = python
depends = python-pip
depends = libtorrent-rasterbar
depends = python-rich
depends = python-torrfetch
depends = systemd
source = https://github.com/aayushkdev/torrcli/archive/refs/tags/v0.3.3.tar.gz
source = torrcli.service
source = torrcli.install
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
pkgname = torrcli
|