| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.6.3 | 8 | ~amd64 | 0 |
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="一款命令行式哔哩哔哩下载器"
HOMEPAGE="https://github.com/nilaoda/BBDown"
SRC_URI="https://github.com/nilaoda/BBDown/releases/download/${PV}/BBDown_${PV}_20240814_linux-x64.zip -> ${P}-amd64.zip"
S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="binchecks strip"
BDEPEND="
app-arch/unzip
"
src_install() {
dobin "${S}/BBDown"
}
app-arch/unzip
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | bbdown-bin-1.6.3-amd64.zip | 9353961 bytes | https://github.com/nilaoda/BBDown/releases/download/1.6.3/BBDown_1.6.3_20240814_linux-x64.zip |