void-packages/srcpkgs/go-capnproto2/template
2019-05-17 15:38:37 -04:00

21 lines
669 B
Bash

# Template file for 'go-capnproto2'
pkgname=go-capnproto2
version=2.17.4
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=aeef42131c027fabb8d80057ad47f8f821151533757d6ecc4e52e4bf5e77610d
post_install() {
vmkdir usr/include/capnp/
vcopy std/go.capnp usr/include/capnp/
vlicense LICENSE
}