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 +}