Skip to content

Commit

Permalink
ddrescue: add version 1.27
Browse files Browse the repository at this point in the history
- don't ask.
wwwutz committed May 26, 2023
1 parent 58dcf42 commit c9de83a
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 c9de83a

Please sign in to comment.