app-admin/winbox-bin: new package, add 4.0_beta6

Signed-off-by: jinqiang zhang <peeweep@0x0.ee>
This commit is contained in:
jinqiang zhang 2024-09-13 19:20:44 +00:00 committed by 梁永祥
parent 95b82f9e81
commit 42b30898dc
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST winbox-bin-4.0_beta6.zip 22220141 BLAKE2B bab0170495119541e05ae2def4e82a55896cb3163c8126e3ea3f997e9276139e8af8478cf88bc2f0c3d7cd7228388ef0dd75f09f9bc0b695fe43be89e5baf33b SHA512 2b4e5e4a6d832be1511f39bcb2c01b7096af56c55b496a668cffff13761fee430deab657a5ce9e169b767c1fda22a26ae232dddc207169f73ea581995f62b55f

View File

@ -0,0 +1,34 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Standalone client for Mikrotik routers"
HOMEPAGE="https://mikrotik.com/"
SRC_URI="https://download.mikrotik.com/routeros/winbox/${PV//_}/WinBox_Linux.zip -> ${P}.zip"
S="${WORKDIR}"
LICENSE="MikroTik-EULA"
SLOT="0"
KEYWORDS="~amd64"
RESRICT="bindist mirror strip"
RDEPEND="
media-libs/fontconfig
media-libs/freetype
media-libs/libglvnd
sys-libs/zlib
x11-libs/libxcb
x11-libs/libxkbcommon
x11-libs/xcb-util-image
x11-libs/xcb-util-keysyms
x11-libs/xcb-util-renderutil
x11-libs/xcb-util-wm
"
DEPEND="app-arch/unzip"
src_install() {
dobin WinBox
}