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