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

Search

Install

Install this version:

emerge -a =net-misc/biliup-app-bin-1.2.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/biliup-app-bin-1.2.3

Or alternatively:

emerge --autounmask-write -a =net-misc/biliup-app-bin-1.2.3

Package Information

Description:
A Tool for Upload video to bilibili
Homepage:
https://github.com/biliup/biliup-app-new
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
1.2.3 8 ~amd64 0
View Raw Ebuild
# Copyright 2023-2026 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/biliup/biliup-app-new"
SRC_URI="https://github.com/biliup/biliup-app-new/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
"

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

Inherited Eclasses

xdg

Dependencies

RDEPEND

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

Manifest for 1.2.3

Type File Size Source URLs
DIST biliup-app_1.2.3_amd64.deb 10852666 bytes https://github.com/biliup/biliup-app-new/releases/download/app-v1.2.3/biliup-app_1.2.3_amd64.deb