# Maintainer: Francesco Minnocci # Contributor: Falk Höppner pkgname=qbittorrent-vuetorrent-bin _pkgname=vuetorrent pkgver=0.18.2 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=('8006178b92f2d62336c40d66bbb44eba6799a7685f91894f29742f1da0363c528b449fb819984b0e560672e786d044a353f9a7851ca60a93423d8228b6934fe5') package() { cd "$srcdir/vuetorrent" find . -type f -exec install -D '{}' "$pkgdir/usr/share/$pkgname/{}" ';' } # vim:set ts=2 sw=2 et: