summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 916765ff968366172e99df4e3618cb34a8828737 (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
# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com>

pkgname=amberol
pkgver=0.6.1
pkgrel=1
pkgdesc="Plays music, and nothing else"
arch=('x86_64')
url="https://gitlab.gnome.org/World/amberol"
license=('GPL3')
depends=('libadwaita' 'gstreamer' 'gst-plugins-base' 'gst-plugins-bad' 'gst-plugins-good')
makedepends=('meson' 'rust')
#checkdepends=('appstream-glib' 'reuse')
source=($url/-/archive/$pkgver/$pkgname-$pkgver.tar)
b2sums=('99f594cfb72103ee394197583609cc20ce08c180267c6ed2769ca341e60829a01142abc559e5d68a2ba9f6b4ce6d3d24f965eb854ab620d7c00f889644233c6c')

build() {
  arch-meson --buildtype release "$pkgname-$pkgver" build
  meson compile -C build
}

#check() {
#  meson test -C build
#

package() {
  meson install -C build --destdir "$pkgdir"
}