EAPI=8

DESCRIPTION="Desktop client for Sputnik chat"
HOMEPAGE="https://sputnikchat.ru"
SRC_URI="https://sputnikchat.ru/downloads/linux/sputnik-client_${PV}_amd64.AppImage -> ${P}.AppImage"

LICENSE="custom"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="strip"

DEPEND=""
RDEPEND="
  net-libs/webkit-gtk
  x11-libs/gtk+
"
BDEPEND=""

S="${WORKDIR}"

src_install() {
  newbin "${DISTDIR}/${P}.AppImage" sputnik-client
}
