Skip to content

Commit

Permalink
Merge pull request #2911 from mariux64/add-ddrescue
Browse files Browse the repository at this point in the history
ddrescue: add version 1.27
  • Loading branch information
wwwutz authored May 26, 2023
2 parents 8c707c9 + c9de83a commit c3d522b
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions ddrescue.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
#!/usr/bin/env beesh

# BEE_VERSION ddrescue-1.27-0

BEE_BUILDTYPE=configure

# more info: https://foo.bar.com
# http://mirror.netcologne.de/gnu/ddrescue/ddrescue-1.27.tar.lz
SRCURL[0]="https://beehive.molgen.mpg.de/9617e8914ebc7a250379c6477a2cef27/ddrescue-1.27.tar.lz"

# 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 c3d522b

Please sign in to comment.