New package: wayland-utils-1.0.0
This commit is contained in:
parent
806a14f5d3
commit
04518bac19
2 changed files with 18 additions and 0 deletions
17
srcpkgs/wayland-utils/template
Normal file
17
srcpkgs/wayland-utils/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# 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
|
||||||
|
}
|
1
srcpkgs/wayland-utils/update
Normal file
1
srcpkgs/wayland-utils/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
site=https://wayland.freedesktop.org/releases.html
|
Loading…
Reference in a new issue