From f05a28c5c39bebdc801efa23c18d206929763173 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Fri, 24 Feb 2023 07:43:57 +0100 Subject: [PATCH] cpuid: Add version 20230120 https://www.etallen.com/cpuid.html cpuid dumps detailed information about the CPU(s) gathered from the CPUID instruction, and also determines the exact model of CPU(s). It supports Intel, AMD, VIA, Hygon, and Zhaoxin CPUs, as well as older Transmeta, Cyrix, UMC, NexGen, Rise, and SiS CPUs. --- cpuid.be0 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 cpuid.be0 diff --git a/cpuid.be0 b/cpuid.be0 new file mode 100755 index 000000000..19a987eaf --- /dev/null +++ b/cpuid.be0 @@ -0,0 +1,38 @@ +#!/usr/bin/env beesh + +# BEE_VERSION cpuid-20230120-0 + +# more info: https://www.etallen.com/cpuid.html + +#SRCURL[0]="https://www.etallen.com/cpuid/cpuid-${PKGVERSION}.src.tar.gz" +SRCURL[0]=https://beehive.molgen.mpg.de/716bd2693596d65cbcb9ee5ec42424f3/cpuid-20230120.src.tar.gz + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}