# Maintainer: Felix Golatofski # Contributor: Fancy pkgbase=lx-music-desktop pkgname=('lx-music-desktop-bin') conflicts=('lx-music-desktop') pkgver=2.7.0 pkgrel=1 pkgdesc="A music software based on Electron + Vue. 一个基于 Electron + Vue 开发的音乐软件。" arch=('x86_64') url="https://github.com/lyswhut/lx-music-desktop" license=('Apache-2.0') # Get depends from command: pacman -Qip lx-music-desktop.v${pkgver}.x64.pacman # E.g: pacman -Qip lx-music-desktop.v1.2.0.x64.pacman # Then copy the `Depends On(依赖于)` field. depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libvpx' 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy' 'libnotify' 'libappindicator-gtk3') source=("https://mirror.ghproxy.com/https://github.com/lyswhut/lx-music-desktop/releases/download/v${pkgver}/lx-music-desktop_${pkgver}_x64.pacman") md5sums=('cd60ff671ec29af0224cef4903d30960') # copy .INSTALL script from lx-music-desktop.v${pkgver}.x64.pacman # E.g: tar xf lx-music-desktop.v1.2.0.x64.pacman .INSTALL && mv -fv .INSTALL lx-music-desktop.install install=lx-music-desktop.install options=('!strip') package() { cp -r opt/ usr/ "${pkgdir}" }