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