mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-04 12:26:24 +02:00
26 lines
818 B
Text
26 lines
818 B
Text
# Contributor: Maarten van Gompel <proycon@anaproy.nl>
|
|
# Maintainer: Willow Barraco <contact@willowbarraco.fr>
|
|
pkgname=wvkbd
|
|
pkgver=0.16
|
|
pkgrel=0
|
|
pkgdesc="On-screen virtual keyboard for wayland compositor using wlroots that sucks less"
|
|
url="https://git.sr.ht/~proycon/wvkbd"
|
|
arch="all"
|
|
license="GPL-3.0-or-later"
|
|
subpackages="$pkgname-doc"
|
|
options="!check" # has no tests
|
|
makedepends="fontconfig wayland-dev libxkbcommon-dev pango-dev scdoc"
|
|
source="$pkgname-v$pkgver.tar.gz::https://git.sr.ht/~proycon/wvkbd/archive/v$pkgver.tar.gz"
|
|
builddir="$srcdir/$pkgname-v$pkgver"
|
|
|
|
build() {
|
|
make all
|
|
}
|
|
|
|
package() {
|
|
make PREFIX=/usr DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
5497c199f6b95ab8c28bf4178dbf743afae541dad07726a907d0e80971e451a41f4487eb4868673b0761123a4aaebebc6f13670fc752b7cbe519f78238984a5e wvkbd-v0.16.tar.gz
|
|
"
|