pkgname: chromaprint pkgver: '1.6.1' pkgrel: '1' pkgdesc: 'Implements a custom algorithm for extracting fingerprints from any audio source.' url: 'https://github.com/acoustid/chromaprint' arch: x86_64 depends: [] makedepends: - ffmpeg - cmake source: - 'https://github.com/acoustid/chromaprint.git' sha256sums: - SKIP build: | cd chromaprint cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_EXAMPLES=ON \ . make make DESTDIR=${PKGDIR} install package: | true