20 lines
493 B
Bash
20 lines
493 B
Bash
name='syncthing'
|
|
version='1.22.0'
|
|
release='1'
|
|
desc='Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers.'
|
|
homepage='https://syncthing.net/'
|
|
architectures='amd64'
|
|
licenses='MPL'
|
|
provides='syncthing'
|
|
conflicts='syncthing'
|
|
deps_amd64='glibc'
|
|
build_deps='git' 'go'
|
|
sources_amd=('https://github.com/${name}/${name}/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz')
|
|
checksums=('SKIP')
|
|
|
|
prepare() {
|
|
|
|
}
|
|
version
|
|
build
|
|
package |