mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 07:05:16 +02:00
16 lines
533 B
Bash
16 lines
533 B
Bash
# Template file for 'wayland-protocols'
|
|
pkgname=wayland-protocols
|
|
version=1.8
|
|
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=e3fa5f2812cfec3c1c2573bd34adfe37d4d8950dba572d9ec6c52adcc5fe4b9a
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|