Package Details: kontemplate-git master_1e3ecad-1

Git Clone URL: https://aur.archlinux.org/kontemplate-git.git (read-only, click to copy)
Package Base: kontemplate-git
Description: Simple Kubernetes resource templating
Upstream URL: https://github.com/tazjin/kontemplate
Keywords: kubernetes
Licenses: MIT
Submitter: tazjin
Maintainer: navigaid
Last Packager: tazjin
Votes: 0
Popularity: 0.000000
First Submitted: 2017-05-08 11:51 (UTC)
Last Updated: 2017-05-08 11:51 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

hcb commented on 2018-05-25 06:30 (UTC) (edited on 2018-05-25 06:35 (UTC) by hcb)

https://wiki.archlinux.org/index.php/Go_package_guidelines#Sample_PKGBUILDs_for_Go_libraries_that_also_includes_executables

Had to add this modification to compile:

_gourl=github.com/tazjin/kontemplate

pkgver() { cd "$srcdir/$pkgname" echo -n "master_$(git rev-parse --short HEAD)" }

prepare() { cd "$srcdir/$pkgname" echo "Fetching Go dependencies..." GOPATH="$srcdir" go get -fix -v -x ${_gourl} }

tazjin commented on 2018-03-20 12:56 (UTC)

Go has no dependency management and this build will not currently work. Upstream releases are built using the Nix package manager and statically binary releases are available on the Github page.