17 lines
534 B
Bash
17 lines
534 B
Bash
# Template file for 'wayland-protocols'
|
|
pkgname=wayland-protocols
|
|
version=1.12
|
|
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=3b19e8a9e1e19474756a7069db23b90ca9b8ebb438448c6063b4a7fc89b7c8b2
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|