MYSPELL-R2.ECLASS

部分: eclass-manpages (5)
更新: 2024 年 11 月
索引 返回主内容

名称

myspell-r2.eclass - 用于简化新 Myspell 字典的 ebuild 构建的 eclass。

描述

myspell-r2 eclass 旨在简化支持 hunspell 的新 Myspell 字典的 ebuild 构建。

支持的 EAPIS

7 8

函数

myspell-r2_src_unpack
解压缩所有变体的奇怪内容。在我们的例子中是 .oxt 包。
myspell-r2_src_install
将字典安装到正确的位置。

ECLASS 变量

MYSPELL_DICT
包含所有字典文件列表的数组变量。
MYSPELL_DICT=( "file.dic" "dir/file2.aff" )
MYSPELL_HYPH
包含所有连字符文件列表的数组变量。
MYSPELL_HYPH=( "file.dic" "dir/file2.dic" )
MYSPELL_THES
包含所有词典文件列表的数组变量。
MYSPELL_THES=( "file.dat" "dir/file2.idx" )

作者

Tomáš Chvátal <[email protected]>

维护者

Conrad Kostecki <[email protected]>

报告错误

请通过 https://bugs.gentoo.org/ 报告错误。

文件

myspell-r2.eclass

另请参见

ebuild(5)
https://gitweb.gentoo.org/repo/gentoo.git/log/eclass/myspell-r2.eclass


索引

名称
描述
支持的 EAPIS
函数
ECLASS 变量
作者
维护者
报告错误
文件
另请参见

本文档由 man2html 使用手册页创建。
时间: 2024 年 11 月 12 日,格林尼治标准时间 03:27:00