e927feb4d5
Built and tested on x86_64, everything works as before. [ci:skip-build]: ollieparanoid made sure that this builds for all arches.
32 lines
976 B
Text
32 lines
976 B
Text
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=vvave
|
|
pkgver=0_git20190423
|
|
pkgrel=0
|
|
_commit="59783779eb42d8c742a7f8e3aedaa68a6b44f4b5"
|
|
pkgdesc="VVAVE Music Player"
|
|
arch="all"
|
|
url="https://github.com/mauikit/vvave"
|
|
license="GPL-3.0"
|
|
depends="mauikit"
|
|
makedepends="extra-cmake-modules mauikit-dev qt5-qtwebsockets-dev qt5-qtmultimedia-dev qt5-qtwebengine-dev taglib-dev"
|
|
source="$pkgname-$_commit.tar.gz::https://github.com/mauikit/$pkgname/archive/$_commit.tar.gz"
|
|
builddir="$srcdir/$pkgname-$_commit"
|
|
|
|
build() {
|
|
cmake \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DCMAKE_INSTALL_PREFIX=/usr
|
|
make
|
|
}
|
|
|
|
check() {
|
|
cd "$builddir"
|
|
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
DESTDIR="$pkgdir" make install
|
|
}
|
|
sha512sums="7b1f01f2c25d2aface1dee14ebe162f88cd69fff0dc2c237eada074e19fc4ae3f71be561f9281c485ca1d5df48e2d2cd3113aedc0c43353d20191b73ef407eaf vvave-59783779eb42d8c742a7f8e3aedaa68a6b44f4b5.tar.gz"
|