From 460d7dde854ea7d2d6b47595024271ec71e324c6 Mon Sep 17 00:00:00 2001 From: Dakota Richline Date: Wed, 19 Aug 2026 11:43:00 -0400 Subject: [PATCH] New Package: qbittorrent-cli --- srcpkgs/qbittorrent-cli/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/qbittorrent-cli/template diff --git a/srcpkgs/qbittorrent-cli/template b/srcpkgs/qbittorrent-cli/template new file mode 100644 index 00000000000000..9c214d9664f77d --- /dev/null +++ b/srcpkgs/qbittorrent-cli/template @@ -0,0 +1,18 @@ +# Template file for 'qbittorrent-cli' +pkgname=qbittorrent-cli +version=2.3.0 +revision=1 +build_style=go +go_import_path="github.com/ludviglundgren/qbittorrent-cli" +go_package="github.com/ludviglundgren/qbittorrent-cli/cmd/qbt" +go_ldflags="-X main.version=${version}" +short_desc="Simple CLI to manage qBittorrent remotely" +maintainer="Dakota Richline " +license="MIT" +homepage="https://ludviglundgren.github.io/qbittorrent-cli/" +distfiles="https://github.com/ludviglundgren/qbittorrent-cli/archive/refs/tags/v${version}.tar.gz" +checksum=89342037e76c0877f7ac43530303227b6e15e727153f0415c027ae92af6e4f9e + +post_install() { + vlicense LICENSE +}