🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718
pkgname: libsbsms
pkgver: '2.3.0'
pkgrel: '2'
pkgdesc: A library for high quality time and pitch scale modification
url: 'https://github.com/claytonotey/libsbsms'
arch: x86_64
depends: []
makedepends:
- cmake
source:
- 'https://github.com/claytonotey/libsbsms/archive/refs/tags/${pkgver}.tar.gz'
sha256sums:
- 4f88d152bc06fedbda9d5d65517d40254a7310c9050601a93122309d45afd2c9
build: |
cmake -B build -S libsbsms-2.3.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
cmake --build build
package: |
DESTDIR="${PKGDIR}" cmake --install build