# Maintainer: Tobias Backer Dirks pkgname=popsql pkgver=0.10.10 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=('e9ceeca811fb51e3e4273b8235f15ec993b8136fdbfff569eabfd7e1e388dab3e6192bf9c29f2748a256fccc96efc257e94ba0bdb78d0120ac360be3dfa782ef') 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" }