portage/app-finance/binance/binance-1.15.3.ebuild

20 lines
408 B
Bash
Raw Permalink Normal View History

2021-04-26 12:43:47 +01:00
# 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"
2021-04-26 13:02:55 +01:00
SRC_URI="https://ftp.binance.com/electron-desktop/linux/production/binance-x86_64-linux.rpm -> ${P}.rpm"
2021-04-26 12:43:47 +01:00
LICENSE="UNKNOWN"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
2021-04-26 12:54:13 +01:00