mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-19 15:58:56 -04:00
app-admin/winbox-bin: new package, add 4.0_beta6
Signed-off-by: jinqiang zhang <peeweep@0x0.ee>
This commit is contained in:
parent
95b82f9e81
commit
42b30898dc
1
app-admin/winbox-bin/Manifest
Normal file
1
app-admin/winbox-bin/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST winbox-bin-4.0_beta6.zip 22220141 BLAKE2B bab0170495119541e05ae2def4e82a55896cb3163c8126e3ea3f997e9276139e8af8478cf88bc2f0c3d7cd7228388ef0dd75f09f9bc0b695fe43be89e5baf33b SHA512 2b4e5e4a6d832be1511f39bcb2c01b7096af56c55b496a668cffff13761fee430deab657a5ce9e169b767c1fda22a26ae232dddc207169f73ea581995f62b55f
|
34
app-admin/winbox-bin/winbox-bin-4.0_beta6.ebuild
Normal file
34
app-admin/winbox-bin/winbox-bin-4.0_beta6.ebuild
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user