Skip to content

Commit

Permalink
asciidoc: fix SRCURL
Browse files Browse the repository at this point in the history
- be0ify
- fixed SRCURL
  • Loading branch information
wwwutz committed Jan 31, 2020
1 parent 7f53eb2 commit c65fc58
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 c65fc58

Please sign in to comment.