summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Hamelink2017-10-11 14:50:58 +0100
committerJohn Hamelink2017-10-11 14:54:42 +0100
commit300371f83467d41cd7aa01f07539a97bc7497e91 (patch)
treeb400d33cd51320acf023953f36cfc1a8d22ef042 /PKGBUILD
downloadaur-300371f83467d41cd7aa01f07539a97bc7497e91.tar.gz
Initial Commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f464460a9aaf
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,27 @@
+# Generated by debtap
+# Maintainer: John Hamelink <john@johnhamelink.com>
+pkgname=popsql
+pkgver=0.4.2
+pkgrel=2
+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')
+optdepends=(
+ 'alsa-lib: Audio notifications'
+ 'libnotify: Visual notifications'
+ 'libappindicator-gtk2: System Tray support')
+options=('!strip' '!emptydirs')
+install=${pkgname}.install
+source_x86_64=("popsql-0.4.2.deb::https://get.popsql.io/download/linux_deb_64")
+sha512sums_x86_64=('5664c91d12708cac9bacffbdffd4e868e0145b60387afcadc273b60da705325d47d010a74f4a600a6517dbc387612240ac13151e2d57c9a2905c60118b5b2ceb')
+
+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"
+}