18 lines
523 B
Bash
18 lines
523 B
Bash
# Template file for 'wayland-utils'
|
|
pkgname=wayland-utils
|
|
version=1.0.0
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config wayland-devel"
|
|
makedepends="wayland-devel wayland-protocols"
|
|
short_desc="Wayland utilities"
|
|
maintainer="Kirill Primak <vyivel@posteo.net>"
|
|
license="MIT"
|
|
homepage="https://wayland.freedesktop.org/"
|
|
distfiles="https://wayland.freedesktop.org/releases/wayland-utils-${version}.tar.xz"
|
|
checksum=64fecc4c58e87ae9b302901abe10c2e8af69c7503c221a96ecd0700e0aa268c0
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|