mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-10 04:36:37 +02:00
testing/elementary-music: new aport
This commit is contained in:
parent
b796171be8
commit
611f47b041
1 changed files with 39 additions and 0 deletions
39
testing/elementary-music/APKBUILD
Normal file
39
testing/elementary-music/APKBUILD
Normal file
|
@ -0,0 +1,39 @@
|
|||
# Contributor: Angelo Verlain <hey@vixalien.com>
|
||||
# Maintainer: Angelo Verlain <hey@vixalien.com>
|
||||
pkgname=elementary-music
|
||||
pkgver=8.0.0
|
||||
pkgrel=0
|
||||
pkgdesc="Music app designed for elementary OS"
|
||||
url="https://github.com/elementary/music"
|
||||
arch="all"
|
||||
license="GPL-3.0-or-later"
|
||||
makedepends="
|
||||
granite7-dev
|
||||
gstreamer-dev
|
||||
gst-plugins-base-dev
|
||||
gtk4.0-dev
|
||||
libadwaita-dev
|
||||
meson
|
||||
vala
|
||||
"
|
||||
subpackages="$pkgname-lang"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/elementary/music/archive/refs/tags/$pkgver.tar.gz"
|
||||
|
||||
builddir="$srcdir/music-$pkgver"
|
||||
|
||||
build() {
|
||||
abuild-meson . output
|
||||
meson compile -C output
|
||||
}
|
||||
|
||||
check() {
|
||||
meson test --no-rebuild --print-errorlogs -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
dd03b21e7737efce81d6c23416760d66c78f405d37915be5ec3cd98e08ecdbcd7e1fd775d7b81ce4d2ccd9603da39cd1a1dd21904461257a0647f144f2701c3d elementary-music-8.0.0.tar.gz
|
||||
"
|
Loading…
Add table
Reference in a new issue