syncthing: make syncthing-inotify a transitional sub-package
Closes: #23984 [via git-merge-pr]
This commit is contained in:
parent
829a3204a9
commit
383346134f
|
@ -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'
|
||||
pkgname=syncthing
|
||||
version=1.7.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path="github.com/syncthing/syncthing"
|
||||
go_package="
|
||||
|
@ -75,3 +75,9 @@ syncthing-discosrv_package() {
|
|||
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…
Reference in New Issue