This repository has been archived on 2022-04-27. You can view files and clone it, but cannot push or open issues/pull-requests.
aptpkg-pkgs/main/noisetorch/build

17 lines
521 B
Plaintext

# 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
}