2022-10-21 00:12:57 +00:00
|
|
|
# Maintainer: Sitansh Rajput <me [at] lostpolaris [dot] com>
|
2020-10-04 23:47:25 +00:00
|
|
|
# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
|
|
|
|
# Contributor: Michael Lutonsky <m@luto.at>
|
2021-01-07 20:02:44 +00:00
|
|
|
# Contributor: Tássio Virgínio <tassiovirginio@gmail.com>
|
2020-05-23 11:44:47 +00:00
|
|
|
|
2022-10-21 00:12:57 +00:00
|
|
|
pkgname='beekeeper-studio-bin'
|
|
|
|
pkgver=3.6.2
|
2020-10-23 17:02:19 +00:00
|
|
|
pkgrel=1
|
2020-10-04 23:47:25 +00:00
|
|
|
pkgdesc='Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more'
|
2020-11-20 17:16:39 +00:00
|
|
|
arch=('x86_64' 'aarch64')
|
2020-10-04 23:47:25 +00:00
|
|
|
url='https://www.beekeeperstudio.io'
|
2020-05-23 11:44:47 +00:00
|
|
|
license=('MIT')
|
2020-10-04 23:47:25 +00:00
|
|
|
depends=('libappindicator-gtk3' 'libnotify' 'libsecret' 'libxss' 'libxslt' 'nodejs' 'nss' 'xdg-utils')
|
2022-10-21 00:12:57 +00:00
|
|
|
provides=(beekeeper-studio)
|
|
|
|
conflicts=(beekeeper-studio)
|
|
|
|
source=(beekeeper-studio-3.6.2-license::https://github.com/beekeeper-studio/beekeeper-studio/raw/v3.6.2/LICENSE.md)
|
|
|
|
source_x86_64=(https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.6.2/beekeeper-studio_3.6.2_amd64.deb)
|
|
|
|
source_aarch64=(https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.6.2/beekeeper-studio_3.6.2_arm64.deb)
|
2022-02-21 13:39:56 +00:00
|
|
|
sha256sums=('1409fbbc5265c85da91684660c87f85d74c3fdc63a2d355169f40dac5cc7a078')
|
2022-10-21 00:12:57 +00:00
|
|
|
sha256sums_x86_64=('5bfb1c97956695e0f737f60f43acadee328daec15104e2a96f60d4ba90351395')
|
|
|
|
sha256sums_aarch64=('7dff676cc741e5b1bbea445521f35e3fc09f1e0c3d7a5fa6ef444f3aaef22b74')
|
2020-05-23 11:44:47 +00:00
|
|
|
|
2020-10-04 23:47:25 +00:00
|
|
|
package() {
|
2020-10-23 17:02:19 +00:00
|
|
|
tar -xvf 'data.tar.xz' -C "${pkgdir}"
|
2020-10-04 23:47:25 +00:00
|
|
|
rm -rf "${pkgdir}/usr/share/doc"
|
2020-10-23 17:02:19 +00:00
|
|
|
install -dv "${pkgdir}/usr/bin"
|
2022-10-21 00:12:57 +00:00
|
|
|
ln -sfv "/opt/Beekeeper Studio/beekeeper-studio" -t "${pkgdir}/usr/bin"
|
|
|
|
install -Dvm644 "${pkgdir}/opt/Beekeeper Studio/"{'LICENSE.electron.txt','LICENSES.chromium.html'} \
|
|
|
|
-t "${pkgdir}/usr/share/licenses/beekeeper-studio"
|
|
|
|
install -Dvm644 "beekeeper-studio-3.6.2-license" "${pkgdir}/usr/share/licenses/beekeeper-studio/LICENSE"
|
2020-05-23 11:44:47 +00:00
|
|
|
}
|
2020-10-04 23:47:25 +00:00
|
|
|
|