mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
17 lines
602 B
Bash
17 lines
602 B
Bash
# Template file for 'wayland-protocols'
|
|
pkgname=wayland-protocols
|
|
version=1.43
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config wayland-devel"
|
|
makedepends="wayland-devel"
|
|
short_desc="Protocols and extensions complementing the Wayland core protocol"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="MIT"
|
|
homepage="https://wayland.freedesktop.org"
|
|
distfiles="https://gitlab.freedesktop.org/wayland/wayland-protocols/-/archive/${version}/wayland-protocols-${version}.tar.gz"
|
|
checksum=05fc0ff0c6b3081549d8f81c6b584076a20be18e8c2b9be65ae09ce05e5aea9e
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|