GOLANG-BASE.ECLASS
章节: eclass-manpages (5)更新: 2024年11月
索引 返回主内容
名称
golang-base.eclass - 为 Go 软件包提供基本功能的 Eclass。已弃用
替换:go-module.eclass描述
此 eclass 为用 Go 编程语言编写的软件提供基本功能;它还提供对 dev-lang/go 的构建时依赖关系。支持的 EAPIS
7函数
- ego_pn_check
- 确保 EGO_PN 有值。
- get_golibdir
- 返回 Go 软件包应安装到的非前缀库目录
- get_golibdir_gopath
- 返回 Go 软件包应安装到的库目录 这是应包含在 GOPATH 中的前缀版本
- golang_install_pkgs
- 安装 Go 软件包。此函数假设 $cwd 是一个 Go 工作区。
ECLASS 变量
- EGO_PN (必需)
- 这是要构建的 Go 软件包的导入路径。请执行 emerge dev-lang/go 并阅读“go help importpath”以了解语法。
示例
EGO_PN=github.com/user/package
维护者
William Hubbs <[email protected]>报告 Bug
请通过 https://bugs.gentoo.org/ 报告 Bug文件
golang-base.eclass另请参见
ebuild(5)https://gitweb.gentoo.org/repo/gentoo.git/log/eclass/golang-base.eclass
索引
本文件由 man2html 使用手册页创建。
时间:2024年11月12日,格林威治标准时间03:27:00