net-im/kotatogram-bin - 1.4.9 (gentoo-zh)

Search

Package Information

Description:
Telegram Desktop fork with wide messages, local folders, square avatars
Homepage:
https://thatcat.space/kotatogram
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.4.9 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Based on https://github.com/BlueManCZ/edgets/tree/master/net-im/kotatogram-desktop-bin

EAPI=8

inherit desktop unpacker

DESCRIPTION="Telegram Desktop fork with wide messages, local folders, square avatars"
HOMEPAGE="https://thatcat.space/kotatogram"

SRC_URI="https://github.com/kotatogram/kotatogram-desktop/releases/download/k${PV}/${PV}-linux.tar.xz -> ${P}.tar.xz"

S="${WORKDIR}/Kotatogram"

LICENSE="GPL-3"

SLOT="0"

KEYWORDS="~amd64"

RESTRICT="strip"

DEPEND="
	sys-fs/fuse:0
	x11-misc/xdg-utils"

QA_PREBUILT="*"

src_prepare() {
	eapply_user
}

src_install() {
	newbin Kotatogram kotatogram

	domenu "${FILESDIR}"/kotatogram-bin.desktop
}

Dependencies

DEPEND

	sys-fs/fuse:0
	x11-misc/xdg-utils

Manifest for 1.4.9

Type File Size Source URLs
DIST kotatogram-bin-1.4.9.tar.xz 82107272 bytes https://github.com/kotatogram/kotatogram-desktop/releases/download/k1.4.9/1.4.9-linux.tar.xz