main/noisetorch: Add version 0.11.3

main
earnest ma 2021-08-05 10:29:55 -04:00
parent 19f9e07d73
commit e811840713
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
2 changed files with 17 additions and 0 deletions

16
main/noisetorch/build Normal file
View File

@ -0,0 +1,16 @@
# Maintainer: earnest ma <me@earne.link>
name=noisetorch
version=0.11.3
rev=0
type=file
url="https://github.com/lawl/NoiseTorch"
description="Real-time microphone noise suppression on Linux"
source="https://github.com/lawl/NoiseTorch/releases/download/${version}/NoiseTorch_x64.tgz"
sha512sums="475511582b964aad0b1ce8df6eae091d57cc5314d09e1cfaacf29b7b1946035afd6ecc4b109770376ae14d8bd42b1e1e335527658067e7fa84fbbe373d20e01f NoiseTorch_x64.tgz"
steps(){
tar -xf NoiseTorch_x64.tgz
cp -r .local $builddir/usr
}

1
main/noisetorch/postinst Executable file
View File

@ -0,0 +1 @@
setcap 'CAP_SYS_RESOURCE=+ep' /usr/bin/noisetorch