Install this version:
emerge -a =net-im/beeper-appimage-4.3.57
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-im/beeper-appimage-4.3.57
Or alternatively:
emerge --autounmask-write -a =net-im/beeper-appimage-4.3.57
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.3.57 | 8 | ~amd64 | 0 |
# Generated via: https://github.com/arran4/arrans_overlay/blob/main/.github/workflows/net-im-beeper-appimage-update.yaml
EAPI=8
DESCRIPTION="Unified chat client bridging multiple networks"
HOMEPAGE="https://www.beeper.com"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND=""
S="${WORKDIR}"
RESTRICT="strip"
SRC_URI="https://beeper-desktop.download.beeper.com/builds/Beeper-4.3.57-x86_64.AppImage -> ${P}.AppImage"
src_install() {
cp "${DISTDIR}/${P}.AppImage" "${P}.AppImage" || die "Failed to copy AppImage"
chmod a+x "${P}.AppImage" || die "Can't chmod archive file"
exeinto /opt/bin
newexe "${P}.AppImage" "beeper.AppImage" || die "Failed to install AppImage"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | beeper-appimage-4.3.57.AppImage | 273116683 bytes | https://beeper-desktop.download.beeper.com/builds/Beeper-4.3.57-x86_64.AppImage |