sys-apps/brcmocmcore: new package, add 12.0.1354.0

This commit is contained in:
Alarig Le Lay 2023-08-07 21:42:01 +02:00
parent ccf5edb133
commit 83abeec1a4
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST brcmocmcore-12.0.1354.0-1.x86_64.tar.xz 2434916 BLAKE2B 43bb983d61cf3f0811784ee3c7504340f44fab6b1432419183cde0583ceb1ca4afac276fca9426ca9c00a367d7e58db2b69a12d396835a521d421e065cd62057 SHA512 bb948468b655b4aec3889d613a0da46951721375db039a265bfd813c19afa7da9ea0f03fffa676dbab4394cfbf8cbcc864f0547d5ed9c94d12f27f377fcf7a48

BIN
sys-apps/brcmocmcore/blah Normal file

Binary file not shown.

View File

@ -0,0 +1,22 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="HPE Storage Emulex(BRCM) OneCommand Manager"
HOMEPAGE="https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX-e9ee92fe1202416da05b56b08c"
SRC_URI="https://herbizarre.swordarmor.fr/garbage/${P}-1.x86_64.tar.xz"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
S="${WORKDIR}"
src_install() {
cp -a "${S}/"* "${D}/" || die "Install failed!"
}