diff --git a/noisetorch/lure.sh b/noisetorch/lure.sh new file mode 100644 index 0000000..1f90565 --- /dev/null +++ b/noisetorch/lure.sh @@ -0,0 +1,26 @@ +name='noisetorch' +version=0.12.2 +release=1 +desc='NoiseTorch-ng is an easy to use open source application for Linux with PulseAudio or PipeWire. It creates a virtual microphone that suppresses noise, in any application.' +homepage='https://github.com/noisetorch/NoiseTorch' +architectures=('amd64') +license=('GPLv3') +provides=('noisetorch') +conflicts=('noisetorch') + +build_deps=('git' 'go') + + +sources_arm64=("https://github.com/noisetorch/NoiseTorch.git") +checksums_arm64=('skip') + +build() { + cd "${srcdir} + make +} + +package() { +install -Dm755 "./.bin/noisetorch" "${pkgdir}/usr/bin" +install -Dm644 ./assets/noisetorch.desktop "${pkgdir}/usr/share/applications/" +install -Dm644 ./assets/icon/noisetorch.png "${pkgdir}/usr/share/icons/hicolor/256x256/apps/" +} \ No newline at end of file