speedie-overlay/net-im/armcord-bin/armcord-bin-3.2.4.ebuild
2023-10-02 01:07:43 +02:00

30 lines
638 B
Bash

# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit optfeature unpacker xdg
DESCRIPTION="Discord client for lower end and ARM devices."
HOMEPAGE="https://github.com/ArmCord/ArmCord"
SRC_URI="https://github.com/ArmCord/ArmCord/releases/download/v${PV}/ArmCord-${PV}.tar.gz -> ${PN}.tar.gz"
LICENSE="OSL-3.0"
SLOT="0"
KEYWORDS="~amd64"
S="${WORKDIR}/ArmCord-${PV}"
src_prepare() {
default
}
src_install() {
insinto /opt/armcord
doins -r .
dosym ../../opt/armcord/armcord /usr/bin/armcord
fperms +x /opt/armcord/chrome-sandbox
fperms +x /opt/armcord/armcord
}