summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 10dba0cab36d5469fbc4aa45a8411d7a6671674f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=kangaroo-max-bin
pkgver=3.91.1
pkgrel=2
pkgdesc="A SQL client and admin tool for popular databases(SQLite/MySQL/PostgreSQL/...),support table design,query,model,sync,export/import etc,focus on comfortable,fun and developer friendly."
arch=('x86_64')
url="https://www.datatable.online"
_githuburl="https://github.com/dbkangaroo/kangaroo"
license=("custom")
provides=("${pkgname%-max-bin}=${pkgver}")
conflicts=("${pkgname%-bin}" "${pkgname%-max-bin}")
depends=('cairo' 'libadwaita' 'gtksourceview5' 'libgee' 'qrencode' 'libsoup3' 'gtk4' 'libxml2' 'uchardet' 'json-glib' 'glibc' 'hiredis' \
    'gdk-pixbuf2' 'hicolor-icon-theme' 'openssl' 'libarchive' 'glib2' 'pango' 'libpanel' 'sqlcipher' 'mariadb-libs' 'postgresql-libs' 'unixodbc')
source=("${pkgname%-bin}-${pkgver}.pkg.tar.zst::${_githuburl}/releases/download/v${pkgver}.230801/${pkgname%-bin}-3.90.2.230801-1-${CARCH}.pkg.tar.zst"
    "LICENSE::https://raw.githubusercontent.com/dbkangaroo/kangaroo/master/LICENSE")
sha256sums=('7c526127e14dbeafa69a818cef61710dd8441b677e83f5b5480dbf90e673146a'
            '9b138afe817c542df709df8d28140b737a91c0bcdf58f0d120364dfd4334de45')
package() {
    cp -p -a "${srcdir}/usr" "${pkgdir}"
    install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
}