dapp-misc/x86-64-level: new package, add 0.2.2, live

Signed-off-by: Marco Sirabella <marco@sirabella.org>
This commit is contained in:
Marco Sirabella 2024-04-14 13:01:57 -04:00
parent d9efcedab9
commit cfaac8f8dd
No known key found for this signature in database
GPG Key ID: 2C64DD0F690B3C0E
4 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST x86-64-level-0.2.2.tar.gz 6313 BLAKE2B a64b9eb4e4aade0be856713df04818c7386caf41899dd9e3d2c4a6eea6b9558d14aa43d7876f1fa6b37740c844d8d1d810945bce607d046c2c4e08cb1837edbe SHA512 008b4510da135cc972e843fa23cddeef8fb926279f263c042c5875f03b54cc8b1f796d7c6db7574c10cc8612cd6d827588e5e892acb2ae0359401a540e7926e1

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>marco@sirabella.org</email>
<name>Marco Sirabella</name>
</maintainer>
<upstream>
<remote-id type="github">HenrikBengtsson/x86-64-level</remote-id>
<bugs-to>https://github.com/HenrikBengtsson/x86-64-level/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,27 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Get the x86-64 Microarchitecture Level on the Current Machine"
HOMEPAGE="https://github.com/HenrikBengtsson/x86-64-level"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/HenrikBengtsson/${PN}.git"
else
SRC_URI="https://github.com/HenrikBengtsson/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="CC-BY-SA-4.0"
SLOT="0"
RDEPEND="app-shells/bash"
src_compile() {
:
}
src_install() {
dobin x86-64-level
}

View File

@ -0,0 +1,27 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Get the x86-64 Microarchitecture Level on the Current Machine"
HOMEPAGE="https://github.com/HenrikBengtsson/x86-64-level"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/HenrikBengtsson/${PN}.git"
else
SRC_URI="https://github.com/HenrikBengtsson/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="CC-BY-SA-4.0"
SLOT="0"
RDEPEND="app-shells/bash"
src_compile() {
:
}
src_install() {
dobin x86-64-level
}