17 lines
515 B
Bash
17 lines
515 B
Bash
# Template file for 'spice-protocol'
|
|
pkgname=spice-protocol
|
|
version=0.12.14
|
|
revision=1
|
|
wrksrc="spice-protocol-v${version}"
|
|
build_style=meson
|
|
short_desc="SPICE protocol headers"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://www.spice-space.org/"
|
|
distfiles="https://gitlab.freedesktop.org/spice/spice-protocol/-/archive/v${version}/spice-protocol-v${version}.tar.gz"
|
|
checksum=75989bed1bf8e8d163b4c4581e426199a5ad4155ace513b3344d13f0ddf462df
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|