18 lines
565 B
Bash
18 lines
565 B
Bash
# Template file for 'wayland-utils'
|
|
pkgname=wayland-utils
|
|
version=1.2.0
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config wayland-devel"
|
|
makedepends="wayland-devel wayland-protocols"
|
|
short_desc="Wayland utilities"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://wayland.freedesktop.org/"
|
|
distfiles="https://gitlab.freedesktop.org/wayland/wayland-utils/-/releases/${version}/downloads/wayland-utils-${version}.tar.xz"
|
|
checksum=d9278c22554586881802540751bcc42569262bf80cd9ac9b0fd12ff4bd09a9e4
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|