Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doublecmd: add local config defaults file
- just to have something more usable
  • Loading branch information
wwwutz committed Feb 9, 2023
1 parent 7ab443e commit f9406b3
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions doublecmd-config.be0
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION doublecmd-config-1.1.0-0

# more info: https://github.molgen.mpg.de/gist/wwwutz/02ac246ace9f9590962d79de968bd9ef

# SRCURL[0]="https://github.molgen.mpg.de/gist/wwwutz/02ac246ace9f9590962d79de968bd9ef/archive/master.zip"
SRCURL[0]="https://beehive.molgen.mpg.de/7ceaa14de73cc536a51704b8b2c6d854/master.zip"

# 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() {
mkdir -p ${D}/usr/lib/doublecmd
cp -va ${S}/doublecmd.xml ${D}/usr/lib/doublecmd
}
#mee_install_post() {
# exit
#}

0 comments on commit f9406b3

Please sign in to comment.