# go - The Go toolchain # Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file, # unless the package needs something the template cannot express - in which case # drop a `recipe.local` beside it and it will be preserved. name=go version=1.26.1 release=1 desc="The Go toolchain" url="https://go.dev/" license="BSD-3-Clause" depend="glibc" makedepend="" source="https://go.dev/dl/go1.26.1.src.tar.gz" sha256="SKIP" build() { cd "go1.26.1.src" make -j"$JOBS" PREFIX=/usr } package() { cd "go1.26.1.src" make PREFIX=/usr DESTDIR="$pkgdir" install }