17 lines
533 B
Bash
17 lines
533 B
Bash
# Template file for 'wayland-protocols'
|
|
pkgname=wayland-protocols
|
|
version=1.9
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config wayland-devel"
|
|
short_desc="Protocols and extensions complementing the Wayland core protocol"
|
|
maintainer="Sir_Boops <admin@boops.me>"
|
|
license="MIT"
|
|
homepage="http://wayland.freedesktop.org"
|
|
distfiles="https://wayland.freedesktop.org/releases/wayland-protocols-${version}.tar.xz"
|
|
checksum=666b72de30ca3b70c2b54ccc9e8114cb520e76db224c816b5e23501099174f75
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|