# Generated by debtap # Maintainer: John Hamelink # Maintainer: Tobias Backer Dirks pkgname=popsql pkgver=0.7.12 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=('7e71bd89c015e11e3178b02cc86400e7340cfcad95c4cd733c4a42eaaeed02bafd60b1f9aaaeb54a9aef2caeac0ee24c6929ff473bd274b4d181c50d3cccab4f') 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" }