pkgname: 'sayonara-player' pkgver: '1.11.0-stable2' pkgrel: '1' pkgdesc: 'Small, clear and fast audio player for Linux written in C++, supported by the Qt framework' url: 'https://sayonara-player.com/' arch: x86_64 depends: - taglib - 'gstreamer-plugins-base' - 'gstreamer-plugins-good' - 'gstreamer-plugins-libav' - 'gstreamer-plugins-ugly' - 'gstreamer-plugins-bad' makedepends: - cmake - qtbase - qttools - qtsvg source: - 'https://gitlab.com/luciocarreras/sayonara-player/-/archive/${pkgver}/sayonara-player-${pkgver}.tar.bz2' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DWITH_TESTS=1 \ .. make make DESTDIR=${PKGDIR} install package: | true