Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions srcpkgs/qbittorrent-cli/template
Original file line number Diff line number Diff line change
@@ -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 <drichline@protonmail.com>"
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
}