blob: 3563e2cacb979449966abb2b93868d4ef1bca3bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = qbtctl-git
pkgdesc = Minimal CLI for qBittorrent (latest git build)
pkgver = 0.0.1
pkgrel = 1
url = https://github.com/creptic/qbtctl
arch = x86_64
license = MIT
makedepends = git
makedepends = make
makedepends = gcc
depends = curl
depends = libsodium
depends = zlib
depends = mbedtls
provides = qbtctl
conflicts = qbtctl
conflicts = qbtctl-bin
options = !debug
source = git+https://github.com/creptic/qbtctl.git
sha256sums = SKIP
pkgname = qbtctl-git
|