Package-Manager: portage-2.2.20
EAPI=5
-inherit systemd user
+inherit golang-base systemd user
KEYWORDS="~amd64"
DESCRIPTION="Generic template rendering and notifications with Consul"
src_unpack() {
unpack_go_packages
- export GOPATH=${WORKDIR}
+ export GOPATH=${WORKDIR}:$(get_golibdir_gopath)
}
src_prepare() {
EAPI=5
-inherit systemd user
+inherit golang-base systemd user
KEYWORDS="~amd64"
DESCRIPTION="Generic template rendering and notifications with Consul"
src_unpack() {
unpack_go_packages
- export GOPATH=${WORKDIR}
+ export GOPATH=${WORKDIR}:$(get_golibdir_gopath)
}
src_prepare() {
EAPI=5
-inherit git-r3 systemd user
+inherit git-r3 golang-base systemd user
KEYWORDS=""
DESCRIPTION="Generic template rendering and notifications with Consul"
}
src_unpack() {
- export GOPATH=${WORKDIR}
+ export GOPATH=${WORKDIR}:$(get_golibdir_gopath)
git-r3_src_unpack
go get -d -v ./... $(go list -f '{{range .TestImports}}{{.}} {{end}}' ./...) || die
}