addpkg: beekeeper-studio-bin

This commit is contained in:
MedzikUser 2022-05-22 20:01:05 +02:00
parent 75c959cc1d
commit e9c6b89caa
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
_name='Beekeeper Studio'
_pkgname='beekeeper-studio'
pkgname="${_pkgname}-bin"
pkgver=3.4.1
pkgrel=1
pkgdesc='Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more'
arch=('x86_64' 'aarch64')
url='https://www.beekeeperstudio.io'
_url_source='https://github.com/beekeeper-studio/beekeeper-studio'
license=('MIT')
depends=('libappindicator-gtk3' 'libnotify' 'libsecret' 'libxss' 'libxslt' 'nodejs' 'nss' 'xdg-utils')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("${_pkgname}-${pkgver}-license::${_url_source}/raw/v${pkgver}/LICENSE.md"
"${_url_source}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_amd64.deb")
sha256sums=('SKIP'
'SKIP')
package() {
tar -xvf 'data.tar.xz' -C "${pkgdir}"
rm -rf "${pkgdir}/usr/share/doc"
install -dv "${pkgdir}/usr/bin"
ln -sfv "/opt/${_name}/${_pkgname}" -t "${pkgdir}/usr/bin"
install -Dvm 644 "${pkgdir}/opt/${_name}/"{'LICENSE.electron.txt','LICENSES.chromium.html'} -t "${pkgdir}/usr/share/licenses/${_pkgname}"
install -Dvm 644 "${_pkgname}-${pkgver}-license" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
}

View File

@ -0,0 +1 @@
GITHUB_REPO="eekeeper-studio/beekeeper-studio"