18 lines
529 B
Bash
18 lines
529 B
Bash
# Template file for 'spice-protocol'
|
|
pkgname=spice-protocol
|
|
version=0.14.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="spice-protocol-v${version}"
|
|
build_style=meson
|
|
short_desc="SPICE protocol headers"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://www.spice-space.org/"
|
|
distfiles="https://gitlab.freedesktop.org/spice/spice-protocol/-/archive/v${version}/spice-protocol-v${version}.tar.gz"
|
|
checksum=e92f85f5b82b786bf101c516e7809c0f77a2f6efd1c087de8d358df92cfd4e68
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|