# Maintainer: Francesco Minnocci # Contributor: zoorat # Contributor: Falk Höppner pkgname=qbittorrent-vuetorrent-bin _pkgname=vuetorrent pkgver=2.9.0 pkgrel=1 pkgdesc='The sleekest looking WebUI for qBittorrent made with Vue.js!' arch=('any') url='https://github.com/WDaan/VueTorrent' license=('GPL3') provides=("qbittorrent-${_pkgname}") conflicts=("qbittorrent-${_pkgname}") optdepends=( 'qbittorrent: for use with qbittorrent' 'qbittorrent-nox: for use with qbittorrent-nox' ) install=qbittorrent-vuetorrent.install source=("${_pkgname}-$pkgver.zip::${url}/releases/download/v$pkgver/${_pkgname}.zip") sha512sums=('7db7b7df7f2309981c7e982dd2655cba958080c96c565eb26e8edc51d7b307740413259fa63ee947c01ba1a7548a8db7249dbaf773187063f45b0d3f65b1ffc9') package() { cd "$srcdir/vuetorrent" find . -type f -exec install -D '{}' "$pkgdir/usr/share/$pkgname/{}" ';' } # vim:set ts=2 sw=2 et: