Skip to content

Commit

Permalink
[syncthing] update from 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
added more utils:

stcli         command line tool
stevents      get st events
stcompdirs    compare folders
stvanity      create readable IDs
stfindignored hmmm
stfileinfo    get file information
stwatchfile   watch file
stsigtool     key utility
  • Loading branch information
wwwutz committed Apr 3, 2019
1 parent 8b8ad7f commit 2345a50
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions syncthing.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/env beesh

# BEE_VERSION syncthing-1.1.0-0
# BEE_VERSION syncthing-1.1.1-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"
Expand Down Expand Up @@ -39,7 +39,9 @@ mee_build() {
mee_install() {

mkdir -p ${D}/usr/bin
cp ${S}/bin/syncthing ${D}/usr/bin
for b in syncthing stcli stevents stcompdirs stvanity stfindignored stfileinfo stwatchfile stsigtool; do
cp ${S}/bin/$b ${D}/usr/bin
done

mkdir -p ${D}/usr/share/man/man1
cp ${S}/man/syncthing.1 ${D}/usr/share/man/man1
Expand Down

0 comments on commit 2345a50

Please sign in to comment.