Skip to content

Commit

Permalink
dino: Add version from git (0.1.0_p152_5954f77)
Browse files Browse the repository at this point in the history
In an effort, to propagate XMPP, a client is needed. We currently have
Pidgin, but that is based on GTK 2, and, therefore, does not integrated
so well and hurts the user desktop experience.

Dino is the default client in GNOME, so let’s try it.

[Description][1]:

> Dino is a modern open-source chat client for the desktop. It focuses
> on providing a clean and reliable Jabber/XMPP experience while having
> your privacy in mind.

[1]: https://dino.im/
  • Loading branch information
pmenzel committed Oct 26, 2020
1 parent 0d52790 commit 83c2c18
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions dino.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/usr/bin/env beesh

# BEE_VERSION dino-0.1.0_p152_5954f77-0

# https://github.com/dino/dino/
SRCURL[0]="/src/mariux/beeroot/downloads/dino-${PKGFULLVERSION}.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 83c2c18

Please sign in to comment.