Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwutz committed Mar 9, 2023
1 parent 12fa122 commit 2a0b1c5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions syncthing.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/env beesh

# BEE_VERSION syncthing-1.23.1-0
# BEE_VERSION syncthing-1.23.2-1

## The source URL(s) array
SRCURL[0]="https://github.com/syncthing/syncthing/releases/download/v${PKGVERSION}/syncthing-source-v${PKGVERSION}.tar.gz syncthing-v${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/28f33461580ea4d6391e792d66ef826e/syncthing-v1.23.1.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/f07a093bce5eb809de65e51ace6115fc/syncthing-v1.23.2.tar.gz"

## Add URLs/paths to patch files
# PATCHURL+=()
Expand Down Expand Up @@ -67,3 +67,11 @@ mee_install() {
mkdir -p ${D}/usr/share/man/man7
cp ${S}/man/syncthing-*.7 ${D}/usr/share/man/man7
}

mee_install_post() {
echo "./contentdiff.pl /usr/share/bee/${PKGFULLNAME}-[0-9]*/CONTENT ${D}/"
echo "( cd ${D}; find . -ls )"
exit
}


0 comments on commit 2a0b1c5

Please sign in to comment.