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