summaryrefslogtreecommitdiff
path: root/packages/net-p2p/syncthing/syncthing-scm.exheres-0
diff options
context:
space:
mode:
Diffstat (limited to 'packages/net-p2p/syncthing/syncthing-scm.exheres-0')
-rw-r--r--packages/net-p2p/syncthing/syncthing-scm.exheres-042
1 files changed, 0 insertions, 42 deletions
diff --git a/packages/net-p2p/syncthing/syncthing-scm.exheres-0 b/packages/net-p2p/syncthing/syncthing-scm.exheres-0
deleted file mode 100644
index 3126b9e..0000000
--- a/packages/net-p2p/syncthing/syncthing-scm.exheres-0
+++ /dev/null
@@ -1,42 +0,0 @@
-# Distributed under the terms of the GNU General Public License v2
-
-SCM_REPOSITORY="https://github.com/syncthing/syncthing.git"
-
-
-require scm-git systemd-service
-
-DOWNLOADS=""
-SLOT="0"
-PLATFORMS="~amd64 ~x86"
-SUMMARY="Open, trustworthy and decentralized syncing engine"
-DESCRIPTION=""
-HOMEPAGE="http://syncthing.net"
-LICENCES="MIT"
-DEPENDENCIES="
- dev-lang/go
-"
-
-export GOPATH="${WORK}"
-
-GO_PN="github.com/${PN}/${PN}"
-
-#SCM_CHECKOUT_TO="${WORK}/src/github.com/syncthing/syncthing"
-DEFAULT_SRC_PREPARE_PATCHES=(
- ${FILES}/tls_params.patch
-)
-
-src_prepare() {
- default
- WORK=${WORK}/src/github.com/syncthing/syncthing
- edo mkdir -p ${WORK}
- mv * ${WORK}/
-}
-
-src_compile() {
- edo go run build.go
-}
-
-src_install() {
- dobin bin/syncthing
- base_src_install_docs
-}