Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
joe: update to 4.6
- be0ify
- update
- fixed SRCURL
  • Loading branch information
wwwutz committed Feb 11, 2020
1 parent 28a8706 commit f3c5f3c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 30 deletions.
30 changes: 0 additions & 30 deletions joe-3.7-0.bee

This file was deleted.

38 changes: 38 additions & 0 deletions joe.be0
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION joe-4.6-0

# more info: https://joe-editor.sourceforge.io

# SRCURL[0]="https://downloads.sourceforge.net/project/joe-editor/JOE%20sources/joe-${PKGVERSION}/joe-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/9017484e6116830d846678b625ea5c43/joe-4.6.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() {
rm -vrf ${D}/usr/share/doc/joe
}

0 comments on commit f3c5f3c

Please sign in to comment.