# Maintainer: Tobias Backer Dirks pkgname=popsql pkgver=1.0.26 pkgrel=1 pkgdesc="Collaborative SQL editor to write, run, and share queries instantly" arch=('x86_64') url="https://popsql.io" license=('unknown') groups=() depends=('gconf' 'nss' 'libxss' 'gtk2' 'gnome-keyring') optdepends=( 'alsa-lib: Audio notifications' 'libnotify: Visual notifications' 'libappindicator-gtk2: System Tray support') options=('!strip' '!emptydirs') install=${pkgname}.install source_x86_64=("$pkgname-$pkgver-$pkgrel.deb::https://get.popsql.com/download/debian") sha512sums_x86_64=('a6b3ebbbef3ee25a7ea7541d7f201bc69997cb9c93159c4b3988f98237bdae47b30a39b3b7aec23f1fe81402dfd2a1b30a964f5fb3fb5ea277e48dc1b3561a71') package(){ # Extract package data tar xf data.tar.xz -C "${pkgdir}" # Create a Licenses directory, add a license file mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}" echo "Copyright PopSQL, inc. All rights reserved" > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }