aboutsummaryrefslogtreecommitdiffstats
path: root/community/plasma-mobile-sounds/APKBUILD
blob: 3ea1702fdeb9a384e3e992a1582007a7e01b7223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=plasma-mobile-sounds
pkgver=0.1
pkgrel=0
pkgdesc="Sounds for Plasma Mobile devices"
url="https://invent.kde.org/plasma-mobile/plasma-mobile-sounds"
# armhf blocked by extra-cmake-modules
arch="noarch !armhf"
license="CC-BY-4.0 AND CC-BY-SA-4.0 AND CC0-1.0"
makedepends="extra-cmake-modules"
source="https://download.kde.org/stable/plasma-mobile-sounds/$pkgver/plasma-mobile-sounds-$pkgver.tar.xz"
options="!check" # No code to test

build() {
	cmake -B build \
		-DCMAKE_BUILD_TYPE=MinSizeRel \
		-DCMAKE_INSTALL_PREFIX=/usr
	cmake --build build
}

package() {
	DESTDIR="$pkgdir" cmake --install build
}

sha512sums="
3d1083f2aa5d325825764d9023babc8c898136a6c932d7d04fa1188092f26d499eabe8739f7ed33075bb250d5254658d44b5430501aa2ddd4ff34a697054356f  plasma-mobile-sounds-0.1.tar.xz
"