parent
66dc2df2a9
commit
73cfcc8b4b
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'syncthing-inotify'
|
||||||
|
pkgname=syncthing-inotify
|
||||||
|
version=0.8.7
|
||||||
|
revision=1
|
||||||
|
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="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Reference in New Issue