mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
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:
parent
d9efcedab9
commit
cfaac8f8dd
1
app-misc/x86-64-level/Manifest
Normal file
1
app-misc/x86-64-level/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST x86-64-level-0.2.2.tar.gz 6313 BLAKE2B a64b9eb4e4aade0be856713df04818c7386caf41899dd9e3d2c4a6eea6b9558d14aa43d7876f1fa6b37740c844d8d1d810945bce607d046c2c4e08cb1837edbe SHA512 008b4510da135cc972e843fa23cddeef8fb926279f263c042c5875f03b54cc8b1f796d7c6db7574c10cc8612cd6d827588e5e892acb2ae0359401a540e7926e1
|
12
app-misc/x86-64-level/metadata.xml
Normal file
12
app-misc/x86-64-level/metadata.xml
Normal 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>
|
27
app-misc/x86-64-level/x86-64-level-0.2.2.ebuild
Normal file
27
app-misc/x86-64-level/x86-64-level-0.2.2.ebuild
Normal 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
|
||||
}
|
27
app-misc/x86-64-level/x86-64-level-9999.ebuild
Normal file
27
app-misc/x86-64-level/x86-64-level-9999.ebuild
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user