удаление комментариев
This commit is contained in:
parent
1c29469f33
commit
2d1311a2e0
@ -11,14 +11,8 @@ conflicts=('noisetorch')
|
||||
deps_amd64=('git go')
|
||||
build_deps=('git' 'go')
|
||||
|
||||
sources_amd64=("git+https://github.com/noisetorch/NoiseTorch.git#tag=v${version}"
|
||||
#"git+https://github.com/noisetorch/c-ringbuf.git"
|
||||
#"git+https://github.com/noisetorch/rnnoise.git"
|
||||
)
|
||||
checksums_amd64=('SKIP'
|
||||
#'SKIP'
|
||||
#'SKIP'
|
||||
)
|
||||
sources_amd64=("git+https://github.com/noisetorch/NoiseTorch.git#tag=v${version}")
|
||||
checksums_amd64=('SKIP')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/NoiseTorch"
|
||||
@ -30,19 +24,7 @@ prepare() {
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/NoiseTorch"
|
||||
#export GOPATH="${srcdir}/go"
|
||||
#pushd "c/ladspa"
|
||||
make
|
||||
#popd
|
||||
#vendor_flags="-X main.version=${version}"
|
||||
#export CGO_CPPFLAGS="${CPPFLAGS}"
|
||||
#export CGO_CFLAGS="${CFLAGS}"
|
||||
#export CGO_CXXFLAGS="${CXXFLAGS}"
|
||||
#export CGO_LDFLAGS="${LDFLAGS}"
|
||||
#export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
|
||||
#go generate
|
||||
#go build -ldflags "${vendor_flags} -linkmode=external" -o bin/noisetorch
|
||||
#go clean -modcache
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user