mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-02 15:21:43 +01:00
36 lines
811 B
Plaintext
36 lines
811 B
Plaintext
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
|
# Maintainer:
|
|
pkgname=waynergy
|
|
pkgver=0.0.16
|
|
pkgrel=0
|
|
pkgdesc="A synergy client for Wayland compositors"
|
|
url="https://github.com/r-c-f/waynergy"
|
|
arch="all"
|
|
license="MIT"
|
|
depends="wl-clipboard"
|
|
makedepends="
|
|
libretls-dev
|
|
libxkbcommon-dev
|
|
meson
|
|
wayland-dev
|
|
"
|
|
source="https://github.com/r-c-f/waynergy/archive/v$pkgver/waynergy-$pkgver.tar.gz"
|
|
options="!check" # no tests defined
|
|
|
|
build() {
|
|
abuild-meson -Db_lto=true . output
|
|
meson compile -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --no-rebuild --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
00b1e47da70960120baba0e195ea4806254bf1ab73261340d1d9947681b5590eb3a6dd4bc82af724dbe03c777e9986fbfdb91e0054acd77f3b4b2d76a40942c3 waynergy-0.0.16.tar.gz
|
|
"
|