]> git.armaanb.net Git - asd-repo.git/commitdiff
syncthing: new package at 1.17.0
authorArmaan Bhojwani <me@armaanb.net>
Wed, 23 Jun 2021 17:18:27 +0000 (13:18 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 28 Jun 2021 23:15:12 +0000 (19:15 -0400)
syncthing/build [new file with mode: 0755]
syncthing/checksums [new file with mode: 0644]
syncthing/depends [new file with mode: 0644]
syncthing/sources [new file with mode: 0644]
syncthing/version [new file with mode: 0644]

diff --git a/syncthing/build b/syncthing/build
new file mode 100755 (executable)
index 0000000..7cb66ac
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+go run build.go -no-upgrade install
+install -Dm755 bin/syncthing "$1/usr/bin/syncthing"
+
+mkdir -p "$1/usr/share/man/man1" "$1/usr/share/man/man5" "$1/usr/share/man/man7"
+cp man/*.1 "$1/usr/share/man/man1/"
+cp man/*.5 "$1/usr/share/man/man5/"
+cp man/*.7 "$1/usr/share/man/man7/"
diff --git a/syncthing/checksums b/syncthing/checksums
new file mode 100644 (file)
index 0000000..bb0efeb
--- /dev/null
@@ -0,0 +1 @@
+497365c08a11cdc1c80ff55316d3c3842dfaa3aaaf063bb10118ab93706a37b1
diff --git a/syncthing/depends b/syncthing/depends
new file mode 100644 (file)
index 0000000..4023f20
--- /dev/null
@@ -0,0 +1 @@
+go
diff --git a/syncthing/sources b/syncthing/sources
new file mode 100644 (file)
index 0000000..802770a
--- /dev/null
@@ -0,0 +1 @@
+https://github.com/syncthing/syncthing/archive/v1.17.0.tar.gz
diff --git a/syncthing/version b/syncthing/version
new file mode 100644 (file)
index 0000000..8aac6e6
--- /dev/null
@@ -0,0 +1 @@
+1.17.0 1