net-misc/biliup-app-bin - 0.6.7 (gentoo-zh)

Search

Package Information

Description:
A Tool for Upload video to bilibili
Homepage:
https://github.com/ForgQi/biliup-app
License:
0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 CC0-1.0 ISC MIT MIT-0 MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB

Ebuild Details

Version EAPI Keywords Slot
0.6.7 8 ~amd64 0
View Raw Ebuild
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit unpacker xdg

MY_PN="biliup-app"

DESCRIPTION="A Tool for Upload video to bilibili"

HOMEPAGE="https://github.com/ForgQi/biliup-app"
SRC_URI="https://github.com/ForgQi/${MY_PN}/releases/download/app-v${PV}/${MY_PN}_${PV}_amd64.deb"

S="${WORKDIR}"

LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 CC0-1.0 ISC MIT MIT-0 MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror strip"

RDEPEND="
	net-libs/webkit-gtk:4.1
	x11-libs/gtk+:3
"

MY_PREFIX="opt/apps/${MY_PN}"

src_install()
{
	insinto /
	doins -r .
	fperms 0755 /usr/bin/biliup-app
}

Dependencies

RDEPEND

	net-libs/webkit-gtk:4.1
	x11-libs/gtk+:3

Manifest for 0.6.7

Type File Size Source URLs
DIST biliup-app_0.6.7_amd64.deb 7864836 bytes https://github.com/ForgQi/biliup-app/releases/download/app-v0.6.7/biliup-app_0.6.7_amd64.deb