Skip to content

Commit

Permalink
Merge pull request #1837 from mariux64/add-nbd
Browse files Browse the repository at this point in the history
nbd: Add version 3.20
  • Loading branch information
pmenzel authored Jun 30, 2020
2 parents ee07e1a + 0fcacf3 commit 5ad4c4f
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions nbd.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION nbd-3.20-0

# more info: https://github.com/NetworkBlockDevice/nbd

SRCURL[0]="https://downloads.sourceforge.net/project/nbd/nbd/$PKGVERSION/nbd-$PKGVERSION.tar.xz"

# 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 5ad4c4f

Please sign in to comment.