New package: go-capnproto2-2.17.2

This commit is contained in:
Toyam Cox 2019-01-29 01:34:24 -05:00
parent e6892ecdb6
commit bda6b4e1d7

View file

@ -0,0 +1,21 @@
# Template file for 'go-capnproto2'
pkgname=go-capnproto2
version=2.17.2
revision=1
build_style=go
go_import_path="zombiezen.com/go/capnproto2"
go_package="zombiezen.com/go/capnproto2/capnpc-go"
hostmakedepends="git"
depends="capnproto"
short_desc="Cap'n Proto library and code generator for Go"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="MIT"
homepage="https://github.com/capnproto/go-capnproto2"
distfiles="https://github.com/capnproto/go-capnproto2/archive/v${version}.tar.gz"
checksum=c1d79a8842ce3186f445ea1da54a0f74db57bfa0c333e6d265a631fffa2586dc
post_install() {
vmkdir usr/include/capnp/
vcopy std/go.capnp usr/include/capnp/
vlicense LICENSE
}