Skip to content

Commit

Permalink
libbpf: Add version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Apr 14, 2025
1 parent aed5ab9 commit 706719e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions libbpf.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION libbpf-1.5.0-0

SRCURL[0]="https://github.com/libbpf/libbpf/archive/refs/tags/v${PKGVERSION}.tar.gz libbpf-${PKGVERSION}.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 706719e

Please sign in to comment.