diff --git a/sys-apps/brcmocmcore/Manifest b/sys-apps/brcmocmcore/Manifest new file mode 100644 index 0000000..630d335 --- /dev/null +++ b/sys-apps/brcmocmcore/Manifest @@ -0,0 +1 @@ +DIST brcmocmcore-12.0.1354.0-1.x86_64.tar.xz 2434916 BLAKE2B 43bb983d61cf3f0811784ee3c7504340f44fab6b1432419183cde0583ceb1ca4afac276fca9426ca9c00a367d7e58db2b69a12d396835a521d421e065cd62057 SHA512 bb948468b655b4aec3889d613a0da46951721375db039a265bfd813c19afa7da9ea0f03fffa676dbab4394cfbf8cbcc864f0547d5ed9c94d12f27f377fcf7a48 diff --git a/sys-apps/brcmocmcore/blah b/sys-apps/brcmocmcore/blah new file mode 100644 index 0000000..4f32a55 Binary files /dev/null and b/sys-apps/brcmocmcore/blah differ diff --git a/sys-apps/brcmocmcore/brcmocmcore-12.0.1354.0.ebuild b/sys-apps/brcmocmcore/brcmocmcore-12.0.1354.0.ebuild new file mode 100644 index 0000000..f6548e3 --- /dev/null +++ b/sys-apps/brcmocmcore/brcmocmcore-12.0.1354.0.ebuild @@ -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!" +}