add syncthing
This commit is contained in:
@ -7,12 +7,14 @@ architectures='amd64'
|
|||||||
licenses='MPL'
|
licenses='MPL'
|
||||||
provides='syncthing'
|
provides='syncthing'
|
||||||
conflicts='syncthing'
|
conflicts='syncthing'
|
||||||
deps=''
|
deps_amd64='glibc'
|
||||||
build_deps='git go inetutils'
|
build_deps='git' 'go'
|
||||||
sources_amd=('https://github.com/${name}/${name}/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz')
|
sources_amd=('https://github.com/${name}/${name}/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz')
|
||||||
checksums=('SKIP')
|
checksums=('SKIP')
|
||||||
|
|
||||||
prepare
|
prepare() {
|
||||||
|
|
||||||
|
}
|
||||||
version
|
version
|
||||||
build
|
build
|
||||||
package
|
package
|
Reference in New Issue
Block a user