summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
33 hoursAdd new 'RTNeural-NAM' git sub-moduleChristopher Arndt
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2024-11-07Adapt to changes in git sub modules and fix pkgver to strip 'v' prefixChristopher Arndt
2024-07-28Use SPDX license identifierChristopher Arndt
2023-12-29Improve PKGBUILDChristopher Arndt
* Added `depends=(gcc-libs glibc)`. * Removed `gcc` and `make` from `makedepends` (they are in base-devel and always implicit make dependencies). * Added git submodules to sources. * Changed `pkgver` to get version from `git describe`. * Removed untested 32-bit architectures from `arch`: `arm`, `arch6h`, `i386`, `ppc` * Use out-of-tree build. * Added `--config Release` to cmake build command (as used in the project's GitHub action workflow). * Enabled parallel builds with `-j $(nproc --ignore=1)` * Install readme to docdir. * Useed `install` instead of `cp -r` for installation (makes sure permissions are always correct). * Updated PKGBUILD syntax style to common practices in official repos. Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-12-23Add NAM LV2 plugin to AURLekKit