# Maintainer: aulonsal pkgname=dbgate-bin pkgver=4.3.1 pkgrel=1 pkgdesc='Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others' arch=('x86_64') url="https://github.com/${pkgname%-bin}/${pkgname%-bin}" license=('MIT') depends=( nss gtk3 ) provides=("${pkgname%-bin}") conflicts=("${pkgname%-bin}") source=( "$pkgname-$pkgver.deb::$url/releases/download/v$pkgver/dbgate-$pkgver-linux_amd64.deb" "$pkgname-$pkgver-LICENSE::${url/github/raw.githubusercontent}/v$pkgver/LICENSE" ) b2sums=('c61af96b81e88ce97714fcc652ab2984bafe637de67530879916f1b4ffdbc166d2c0df63bb7e14dbd1da95ba0f1b4a6b3167e14315049668f1f1b7281ff355ed' '9cc4e2813f0978862b0960aa0c8d5b0bc75ae299f10b793ae152202f2e6f43127381c9153c6f51ca1bc83ab633d198dac5d817105a8e7b43e1aad401e0b6eb2f') package() { bsdtar -xf data.tar.xz --directory="$pkgdir" install -Dm644 "$pkgname-$pkgver-LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }