New package: go-capnproto2-2.17.2
This commit is contained in:
parent
e6892ecdb6
commit
bda6b4e1d7
1 changed files with 21 additions and 0 deletions
21
srcpkgs/go-capnproto2/template
Normal file
21
srcpkgs/go-capnproto2/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue