удаление комментариев

This commit is contained in:
Евгений Храмов 2022-10-26 18:51:19 +03:00
parent 1c29469f33
commit 2d1311a2e0

@ -11,14 +11,8 @@ conflicts=('noisetorch')
deps_amd64=('git go') deps_amd64=('git go')
build_deps=('git' 'go') build_deps=('git' 'go')
sources_amd64=("git+https://github.com/noisetorch/NoiseTorch.git#tag=v${version}" sources_amd64=("git+https://github.com/noisetorch/NoiseTorch.git#tag=v${version}")
#"git+https://github.com/noisetorch/c-ringbuf.git" checksums_amd64=('SKIP')
#"git+https://github.com/noisetorch/rnnoise.git"
)
checksums_amd64=('SKIP'
#'SKIP'
#'SKIP'
)
prepare() { prepare() {
cd "${srcdir}/NoiseTorch" cd "${srcdir}/NoiseTorch"
@ -30,19 +24,7 @@ prepare() {
build() { build() {
cd "${srcdir}/NoiseTorch" cd "${srcdir}/NoiseTorch"
#export GOPATH="${srcdir}/go"
#pushd "c/ladspa"
make 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() { package() {