17 lines
570 B
Bash
17 lines
570 B
Bash
# Template file for 'spice-protocol'
|
|
pkgname=spice-protocol
|
|
version=0.14.4
|
|
revision=1
|
|
build_style=meson
|
|
short_desc="SPICE protocol headers"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://www.spice-space.org/"
|
|
changelog="https://gitlab.freedesktop.org/spice/spice-protocol/-/raw/master/CHANGELOG.md"
|
|
distfiles="https://gitlab.freedesktop.org/spice/spice-protocol/-/archive/v${version}/spice-protocol-v${version}.tar.gz"
|
|
checksum=9c31fa533ad531d1b816ffd0c24b4785d133e7bb397f72d35f7a6d59bcd7d53a
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|