Skip to content

Commit

Permalink
Merge pull request #2165 from mariux64/add-lftp-4.9.2
Browse files Browse the repository at this point in the history
Add LFTP 4.9.2
  • Loading branch information
pmenzel authored Jul 13, 2021
2 parents faafaba + e78ca38 commit d07fbf8
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions lftp.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION lftp-4.9.2-0

SRCURL[0]="https://lftp.yar.ru/ftp/lftp-${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() {
rm -v "${D}/etc/lftp.conf"
}

0 comments on commit d07fbf8

Please sign in to comment.