Skip to content

Commit

Permalink
Merge pull request #1404 from mariux64/update-ncftp-326
Browse files Browse the repository at this point in the history
ncftp: update to 3.2.6
  • Loading branch information
donald authored Oct 21, 2019
2 parents 8b6bb4f + 208b521 commit a571578
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 83 deletions.
83 changes: 0 additions & 83 deletions ncftp-3.2.5-0.bee

This file was deleted.

37 changes: 37 additions & 0 deletions ncftp.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION ncftp-3.2.6-0

# more info: https://ncftp.com

SRCURL[0]="ftp://ftp.ncftp.com/ncftp/ncftp-${PKGVERSION}-src.tar.gz"

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

Please sign in to comment.