Skip to content

Commit

Permalink
added dbeaver-ce (#168)
Browse files Browse the repository at this point in the history
* added dbeaver-ce

* added DBeaver to Readme

Co-authored-by: Martin Wimpress <304639+flexiondotorg@users.noreply.github.com>
  • Loading branch information
cooperspencer and flexiondotorg committed May 23, 2022
1 parent 8de413f commit 032ae2f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ The software below can be installed, updated and removed using `deb-get`.
<img src=".github/debian.png" align="top" width="20" /> [Cawbird](https://ibboard.co.uk/cawbird/) (`cawbird`) - <i>Twitter client for the Linux desktop.</i><br />
<img src=".github/debian.png" align="top" width="20" /> [Visual Studio Code](https://code.visualstudio.com/) (`code`) - <i>Code editing. Redefined.</i><br />
<img src=".github/github.png" align="top" width="20" /> [VSCodium](https://vscodium.com/) (`codium`) - <i>Community-driven, freely-licensed binary distribution of Microsoft's Code editor.</i><br />
<img src=".github/direct.png" align="top" width="20" /> [DBeaver](https://dbeaver.io/) (`dbeaver-ce`) - <i>Free multi-platform database tool.</i><br />
<img src=".github/github.png" align="top" width="20" /> [deb-get](https://github.com/wimpysworld/deb-get) (`deb-get`) - <i>'apt-get' functionality for .debs published in 3rd party repositories or via direct download package.</i><br />
<img src=".github/direct.png" align="top" width="20" /> [Discord](https://discord.com/) (`discord`) - <i>A place that makes it easy to talk every day and hang out more often.</i><br />
<img src=".github/debian.png" align="top" width="20" /> [Docker Engine](https://www.docker.com/) (`docker-ce`) - <i>Open source containerization technology for building and containerizing your applications.</i><br />
Expand Down
9 changes: 9 additions & 0 deletions deb-get
Original file line number Diff line number Diff line change
Expand Up @@ -1334,6 +1334,15 @@ function deb_expressvpn() {
SUMMARY="Popular VPN software"
}

function deb_dbeaver-ce() {
ARCHS_SUPPORTED="amd64 i386"
VERSION_PUBLISHED="$(curl -s https://dbeaver.io/debs/dbeaver-ce/ | grep -o '"dbeaver-ce_.*'${HOST_ARCH}'.deb"' | sort --version-sort | tail -n1 | cut -d"_" -f2)"
URL="https://dbeaver.io/debs/dbeaver-ce/dbeaver-ce_${VERSION_PUBLISHED}_${HOST_ARCH}.deb"
PRETTY_NAME="DBeaver"
WEBSITE="https://dbeaver.io/"
SUMMARY="Database GUI Client"
}

function deb_obs-studio() {
PPA="ppa:flexiondotorg/obs-fully-loaded"
PRETTY_NAME="OBS Studio (Fully Loaded)"
Expand Down

0 comments on commit 032ae2f

Please sign in to comment.