Skip to content

Commit

Permalink
Merge pull request #2867 from mariux64/add-cpuid
Browse files Browse the repository at this point in the history
cpuid: Add version 20230120
  • Loading branch information
donald authored Feb 24, 2023
2 parents 0e37889 + f05a28c commit d833ea9
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 d833ea9

Please sign in to comment.