pkgname: libsndfile pkgver: '1.2.2' pkgrel: '3' pkgdesc: A C library for reading and writing files containing sampled sound url: 'http://www.mega-nerd.com/libsndfile/' arch: x86_64 depends: [] makedepends: - flac - alsa-lib - libogg - libvorbis - cmake - opus source: - 'https://github.com/libsndfile/libsndfile/releases/download/${pkgver}/libsndfile-${pkgver}.tar.xz' sha256sums: - 3799ca9924d3125038880367bf1468e53a1b7e3686a934f098b7e1d286cdb80e build: "cd ${pkgname}-${pkgver}\ncmake -DCMAKE_INSTALL_PREFIX=/usr \\\n\t-DCMAKE_BUILD_TYPE='None' \\\n\t-DBUILD_SHARED_LIBS=ON\ \ \\\n\t-Wno-dev \\\n\t-B build \\\n -S .\nmake VERBOSE=1 -C build\n\nmake DESTDIR=${PKGDIR} install -C build\n" package: | true