# Maintainer: heinrich5991 pkgname=volt pkgver=0.80 pkgrel=5 pkgdesc="Fast native desktop client for Slack" arch=('x86_64') url="https://volt-app.com/" license=('unknown') depends=( 'glfw' 'libcurl-compat' ) options=('!strip') source=("https://heinrich5991.de/archlinux/aur/volt/${pkgver}/volt_linux.zip" "volt_wrapper") sha256sums=('c3c6e933bb680feb6c55a304fd08a61d778f07625793a81bb33998b782aa6378' 'SKIP') package() { install -Dm755 volt_wrapper "${pkgdir}"/usr/bin/volt install -Dm755 volt "${pkgdir}"/usr/lib/volt/volt install -Dm644 RobotoMono-Regular.ttf "${pkgdir}"/usr/share/volt/RobotoMono-Regular.ttf }