Skip to content

Commit

Permalink
doublecmd: filemanager
Browse files Browse the repository at this point in the history
nt.
  • Loading branch information
wwwutz committed Apr 15, 2019
1 parent 24ca603 commit c380179
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions doublecmd.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

# BEE_VERSION doublecmd-0.8.4-0

SRCURL[0]="https://downloads.sourceforge.net/project/doublecmd/Double%20Commander%20Source/doublecmd-${PKGVERSION}-src.tar.gz"

PATCHURL[0]=""

# BEE_CONFIGURE=compat

# BEE_BUILDTYPE=

# EXCLUDE=()

build_in_sourcedir

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure "${@}"
#}

mee_build() {
# bee_build prefix=${PREFIX}
./build.sh beta qt5
}

#mee_install() {
# bee_install prefix=${D}/${PREFIX}
#}

#mee_install_post() {
#}

0 comments on commit c380179

Please sign in to comment.