Skip to content

Commit

Permalink
Merge pull request #1648 from mariux64/fix-asciidoc-srcurl
Browse files Browse the repository at this point in the history
asciidoc: fix SRCURL
  • Loading branch information
wwwutz authored Jan 31, 2020
2 parents 7f53eb2 + c65fc58 commit 5ca4492
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 83 deletions.
83 changes: 0 additions & 83 deletions asciidoc-8.6.9-0.bee

This file was deleted.

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

# BEE_VERSION asciidoc-8.6.9-1

# more info: https://foo.bar.com

# SRCURL[0]="http://downloads.sourceforge.net/project/asciidoc/asciidoc/${PKGVERSION}/asciidoc-${PKGVERSION}.tar.gz"

SRCURL[0]="https://beehive.molgen.mpg.de/c59018f105be8d022714b826b0be130a/asciidoc-8.6.9.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 5ca4492

Please sign in to comment.