summaryrefslogtreecommitdiff
path: root/testing/wf-osk/APKBUILD
blob: eb1843a4b6f457eaed0e4c5ea3c7b9da8f956b3b (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
31
32
33
# Contributor: Sodface <sod@sodface.com>
# Maintainer: Sodface <sod@sodface.com>
pkgname=wf-osk
pkgver=0_git20200901
_commit=d2e2e3228913ffa800ca31402820d2d90619279e
pkgrel=0
pkgdesc="Basic on-screen keyboard for Wayland"
url="https://github.com/WayfireWM/wf-osk"
arch="all"
license="MIT"
makedepends="
	meson
	gtkmm3-dev
	gtk-layer-shell-dev
	wayland-protocols
	wayland-libs-client
	"
options="!check" # no test suite
source=$pkgname-$_commit.tar.gz::"https://github.com/WayfireWM/wf-osk/archive/$_commit/wf-osk-$_commit.tar.gz"
builddir="$srcdir/$pkgname-$_commit"

build() {
	abuild-meson . output
	meson compile -C output
}

package() {
	DESTDIR="$pkgdir" meson install --no-rebuild -C output
}

sha512sums="
7164988a54b0ce16be53360b5487272e0f64b878e9ff231e8eaf6b7a3056d47cdcaa89204b3b5cc105e7addbbca80f0fa143b610d3ef472673f254fae45970d0  wf-osk-d2e2e3228913ffa800ca31402820d2d90619279e.tar.gz
"