Added binance ebuild

This commit is contained in:
Jake Hillion 2021-04-26 12:43:47 +01:00
parent 711c878bf1
commit 8e1238376c

View File

@ -0,0 +1,18 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit rpm
DESCRIPTION="The Binance desktop application"
HOMEPAGE="https://www.binance.com/en/download"
SRC_URI="https://ftp.binance.com/electron-desktop/linux/production/${P}-x86_64-linux.rpm"
LICENSE="UNKNOWN"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""