...
This commit is contained in:
parent
2c758a48ae
commit
3e52f70efc
@ -7,14 +7,14 @@ architectures='amd64'
|
||||
licenses='MPL'
|
||||
provides='syncthing'
|
||||
conflicts='syncthing'
|
||||
deps_amd64='glibc'
|
||||
build_deps='git' 'go'
|
||||
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
|
||||
#version
|
||||
#build
|
||||
#package
|
Loading…
Reference in New Issue
Block a user