Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix-uring: Add version 1.0
  • Loading branch information
donald committed Apr 26, 2022
1 parent 8cd554c commit b4889c8
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions fix-uring.be0
@@ -0,0 +1,43 @@
#!/usr/bin/env beesh

# BEE_VERSION fix-uring-1.0-0

# more info: https://github.molgen.mpg.de/mariux64/fix-uring

SRCURL[0]="https://github.molgen.mpg.de/mariux64/fix-uring/archive/refs/tags/v${PKGVERSION}.tar.gz fix-uring.${PKGVERSION}.tar.gz"

# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

mee_build() {
./build.sh
}

mee_install() {
(
cd out
for d in *; do
mkdir -p $D/lib/modules/$d
cp $d/fix-uring.ko $D/lib/modules/$d/
done
)
}

#mee_install_post() {
# exit
#}

0 comments on commit b4889c8

Please sign in to comment.