dev-util/beekeeper-studio: add version 2.1.4

Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
Maciej Barć 2021-10-19 01:32:42 +02:00
parent 696cad24d2
commit cfd3e8ede3
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
3 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST beekeeper-studio_2.1.4_amd64.deb 70856006 BLAKE2B ae721c0311ded284a04f56ae594d45e32e5618e40bbae6196bd3875a105e4c7494349d84165ed2ce9620e847ebed889e5df67a6f04fb646cf1c2ae339b5fec17 SHA512 97da29b9a060ec6da871fdb6fcf6fdf2f96903ab964ca5d9cd0f0faf81f57c2c1637fae6f8a0c781121ba9e1ae8218565d18f962866975fa9b59a336d3833fc5

View File

@ -0,0 +1,28 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit desktop unpacker bintron
DESCRIPTION="Modern and easy to use SQL client"
HOMEPAGE="https://www.beekeeperstudio.io/"
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${PN}_${PV}_amd64.deb"
S="${WORKDIR}/opt/Beekeeper Studio"
LICENSE="MIT"
SLOT="0"
KEYWORDS="-* ~amd64"
src_install() {
local size
for size in 16 24 32 48 64 96 128 256 512; do
doicon --size ${size} \
../../usr/share/icons/hicolor/${size}x${size}/apps/${PN}.png
done
make_desktop_entry ${PN} "Beekeeper Studio" ${PN} "Development;"
mkdir ./bin || die
ln -s ../${PN} ./bin/${PN} || die
bintron_src_install
}

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<bugs-to>https://github.com/beekeeper-studio/beekeeper-studio</bugs-to>
<remote-id type="github">beekeeper-studio/beekeeper-studio</remote-id>
</upstream>
</pkgmetadata>