# Generated by debtap # Maintainer: John Hamelink # Maintainer: Tobias Backer Dirks pkgname=popsql pkgver=0.9.0 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.io/download/linux_deb_64") sha512sums_x86_64=('78e2a566a2ef680e1cf2a300e99a9f3c4e00b110b2c52d9154979474cd06f455d505e93a75dd4cd1759492c48c99f05f5e214a3a28ccccbeece1787004b41f47') 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" }