summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c313220a26ef20b9681a9474b7951e60468657b0 (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
29
30
# Maintainer: LordDemecrius83 <lorddemecrius83@proton.me>
# Contributor: Tomoghno Sen <tomoghno at outlook dot com>

pkgname=elementary-mixer
pkgver=1.1.0
pkgrel=1
pkgdesc="Change the volume of apps"
arch=('x86_64')
url="https://appcenter.elementary.io/com.github.childishgiant.mixer/"
license=('GPL3')
depends=('granite' 'libhandy')
makedepends=('meson' 'vala')
provides=('com.github.childishgiant.mixer')
conflicts=('com.github.childishgiant.mixer')
source=("mixer-$pkgver.tar.gz::https://github.com/ChildishGiant/mixer/archive/refs/tags/$pkgver.tar.gz")
sha256sums=('bb932aedecfd79e74fea5a14953364306f55f8cc3ee789caa90976b7395c9002')

build() {
	arch-meson mixer-$pkgver build
	meson compile -C build
}

# No tests defined
#check() {
#	meson test -C build --print-errorlogs
#}

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