# Maintainer: Francesco Minnocci # Contributor: Falk Höppner pkgname=qbittorrent-vuetorrent-bin _pkgname=vuetorrent pkgver=0.19.1 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::https://github.com/WDaan/VueTorrent/releases/download/v$pkgver/${_pkgname}.zip") sha512sums=('5f50c1849d28e6c11c52ebbdf64d6f7353198070c521d7f9228daca314c42ae4916409e132f40550bf7228bf819fc2b4d327951dfc5ca1f0b78fc26bf7fc0f35') package() { cd "$srcdir/vuetorrent" find . -type f -exec install -D '{}' "$pkgdir/usr/share/$pkgname/{}" ';' } # vim:set ts=2 sw=2 et: