mattermost-desktop
Desktop application for Mattermost
Mattermost is an open source platform for secure communication, collaboration, and orchestration of work across teams and tools.
Mattermost is built specifically for software development and engineering use cases and integrates deeply with a rich ecosystem of third-party developer tools. Mattermost gives companies full control over their data; with self- hosted and private cloud deployment options and access to the source code, developers can contribute directly to a shared, flexible, and extensible platform built just for them.
amd64
Installation
1. Add WakeMeOps repository
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash
2. Install mattermost-desktop
Download URLs
Version | SHA256 | Size (KB) |
---|---|---|
5.10.1 | 678f3a9cb6bd48f10811c0d12c633a78a3a6afe1b0ac48400d7827a17d7a2c77 |
80355 |
5.10.0 | 786ce7844d9771be95b0649bbaee2f5b58086d1a2e997a16f2205cbcc1b90239 |
80354 |
5.9.0 | 5e4d26603d89adf8d0dc04c269000166d0a0bd075eb2c5f0a7dd2a81faa3164d |
78587 |
5.8.1 | df37ba927cfe0218b6a9e6849a81858fadc6e79082199427400d5102c475cef5 |
76820 |
5.8.0 | bd7f8c8c9692c9672d5009982a241ddeddd7c3f86b4c33cfda74d8831cdc0ebb |
76821 |
5.7.0 | 1f98af3621901f566a6f696bd0cd11043acc77a138f91abb8319cc53722d0a0c |
77157 |
Blueprints
Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for mattermost-desktop are versioned here.
Click here to see mattermost-desktop ops2deb blueprints
name: mattermost-desktop
matrix:
versions:
- 5.7.0
- 5.8.0
- 5.8.1
- 5.9.0
- 5.10.0
- 5.10.1
homepage: https://mattermost.com
summary: desktop application for Mattermost
description: |-
Mattermost is an open source platform for secure communication, collaboration,
and orchestration of work across teams and tools.
Mattermost is built specifically for software development and engineering use
cases and integrates deeply with a rich ecosystem of third-party developer
tools. Mattermost gives companies full control over their data; with self-
hosted and private cloud deployment options and access to the source code,
developers can contribute directly to a shared, flexible, and extensible
platform built just for them.
fetch: https://releases.mattermost.com/desktop/{{version}}/mattermost-desktop-{{version}}-linux-x64.tar.gz
install:
- content: |-
[Desktop Entry]
Name=Mattermost
Comment=Mattermost Desktop application for Linux
Exec="/opt/mattermost-desktop/mattermost-desktop"
Terminal=false
Type=Application
Icon=/opt/mattermost-desktop/app_icon.png
Categories=Network;InstantMessaging;
path: /usr/share/applications/mattermost.desktop
script:
- install -d {{src}}/opt
- find . -type f -exec chmod 644 -- {} +
- find . -type d -exec chmod 775 -- {} +
- chmod 755 mattermost-desktop-{{version}}-linux-x64/mattermost-desktop
- mv mattermost-desktop-{{version}}-linux-x64 {{src}}/opt/mattermost-desktop
- ln -s /opt/mattermost-desktop/mattermost-desktop {{src}}/usr/bin/mattermost-desktop
The blueprint fetch
keyword contains a URL template pointing to mattermost-desktop releases. Downloaded files are locked in a lockfile versioned here.
Click here to see mattermost-desktop release hashes
- url: https://releases.mattermost.com/desktop/5.7.0/mattermost-desktop-5.7.0-linux-x64.tar.gz
sha256: d717d4f7e5738e14955ac3f50188b3a61850db4d7419b401810e1dc6f6374c15
timestamp: 2024-04-18 10:04:03+00:00
- url: https://releases.mattermost.com/desktop/5.8.0/mattermost-desktop-5.8.0-linux-x64.tar.gz
sha256: cfd457d8fdeb7885648efb01edf1e186eef80f5c8fd123d2b3dd256d1edd7055
timestamp: 2024-05-16 15:05:45+00:00
- url: https://releases.mattermost.com/desktop/5.8.1/mattermost-desktop-5.8.1-linux-x64.tar.gz
sha256: 56e60717900b75bb0ac4123bc3952172a2982d5f011d99dc5920deb82cbf496d
timestamp: 2024-06-13 21:06:48+00:00
- url: https://releases.mattermost.com/desktop/5.9.0/mattermost-desktop-5.9.0-linux-x64.tar.gz
sha256: ccb29d7eee69ed3c893b0f2f257ee2feebb88f43eb51fdbf04399bd6476aa8c7
timestamp: 2024-08-15 21:05:51+00:00
- url: https://releases.mattermost.com/desktop/5.10.0/mattermost-desktop-5.10.0-linux-x64.tar.gz
sha256: 90760a4782b499f31416dff2db49c7bc8d31adf1c32a9fb73cfe529d3a045d2c
timestamp: 2024-11-15 18:08:27+00:00
- url: https://releases.mattermost.com/desktop/5.10.1/mattermost-desktop-5.10.1-linux-x64.tar.gz
sha256: 39e62853ea13244ce8f79dd8c88a45b9772e0bcf7282d6af748e076368b51f85
timestamp: 2024-11-20 21:06:28+00:00