Skip to content

Commit

Permalink
cpuid: Add version 20230120
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
donald committed Feb 24, 2023
1 parent 0e37889 commit f05a28c
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions cpuid.be0
Original file line number Diff line number Diff line change
@@ -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
#}

0 comments on commit f05a28c

Please sign in to comment.