24 lines
654 B
Bash
24 lines
654 B
Bash
# Template file for 'wayland-protocols'
|
|
pkgname=wayland-protocols
|
|
version=1.18
|
|
revision=1
|
|
archs=noarch
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config wayland-devel automake"
|
|
short_desc="Protocols and extensions complementing the Wayland core protocol"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://wayland.freedesktop.org"
|
|
distfiles="https://github.com/wayland-project/wayland-protocols/archive/${version}.tar.gz"
|
|
checksum=eccbd485a3e657a745c46ac84cef924e9279285ae21c1289657df9a715b1ac83
|
|
|
|
pre_configure() {
|
|
export wayland_scanner=wayland-scanner
|
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|