mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
syncthing: make syncthing-inotify a transitional sub-package
Closes: #23984 [via git-merge-pr]
This commit is contained in:
parent
829a3204a9
commit
383346134f
3 changed files with 8 additions and 19 deletions
1
srcpkgs/syncthing-inotify
Symbolic link
1
srcpkgs/syncthing-inotify
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
syncthing
|
|
@ -1,18 +0,0 @@
|
||||||
# Template file for 'syncthing-inotify'
|
|
||||||
pkgname=syncthing-inotify
|
|
||||||
version=0.8.7
|
|
||||||
revision=7
|
|
||||||
build_style=go
|
|
||||||
go_import_path="github.com/syncthing/syncthing-inotify"
|
|
||||||
go_ldflags="-X main.Version=v${version}"
|
|
||||||
short_desc="Inotify file watcher for Syncthing"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
license="MPLv2"
|
|
||||||
homepage="https://github.com/syncthing/syncthing-inotify"
|
|
||||||
distfiles="https://github.com/syncthing/syncthing-inotify/archive/v${version}.tar.gz"
|
|
||||||
checksum=bf7a71695206c765cf407d85656f6f0f8be1715af3d3bb7f81985f749162a6b2
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
vdoc README.md
|
|
||||||
}
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'syncthing'
|
# Template file for 'syncthing'
|
||||||
pkgname=syncthing
|
pkgname=syncthing
|
||||||
version=1.7.1
|
version=1.7.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/syncthing/syncthing"
|
go_import_path="github.com/syncthing/syncthing"
|
||||||
go_package="
|
go_package="
|
||||||
|
@ -75,3 +75,9 @@ syncthing-discosrv_package() {
|
||||||
vman man/stdiscosrv.1
|
vman man/stdiscosrv.1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
syncthing-inotify_package() {
|
||||||
|
build_style=meta
|
||||||
|
short_desc="Inotify file watcher for Syncthing (transitional dummy package)"
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue