Search Criteria
Package Details: fortune-mod-zh 2.8-1
Git Clone URL: | https://aur.archlinux.org/fortune-mod-zh.git (read-only, click to copy) |
---|---|
Package Base: | fortune-mod-zh |
Description: | Chinese poems for fortune-mod |
Upstream URL: | https://salsa.debian.org/chinese-team/fortunes-zh |
Licenses: | |
Groups: | |
Submitter: | None |
Maintainer: | xgdgsc |
Last Packager: | xgdgsc |
Votes: | 20 |
Popularity: | 0.000000 |
First Submitted: | 2007-06-03 05:09 |
Last Updated: | 2018-05-27 02:21 |
Latest Comments
hosiet commented on 2018-05-27 01:47
目前的 fortunes-zh 的正规上游是 https://salsa.debian.org/chinese-team/fortunes-zh ,希望能更改一下源代码来源,不要从 ftp.debian.org 抓取。
LinRs commented on 2018-01-23 11:41
http://ftp.debian.org/debian/pool/main/f/fortune-zh 上现在没有fortune-zh_2.5.tar.xz了,只有fortune-zh_2.6.tar.xz
xgdgsc commented on 2017-06-01 01:01
这功能我是没什么兴趣,你可以自己动手加一个fortune-zh命令,到时候贴出来PKGBUILD
levinit commented on 2017-05-31 09:58
好像只能使用fortune命令随机打印,不像在debian上使用fortune-zh即可?
而且fortune出来的内容有时候是中文诗词(还出现了三千预算进卡吧的顺口溜……),有时是英文,如何才能做到只随机输出中文内容呢?
phueber commented on 2015-01-22 16:04
this needs a package function:
build() {
cd ${srcdir}/fortune-zh-${pkgver}
make || return 1
}
package() {
cd ${srcdir}/fortune-zh-${pkgver}
mkdir -p ${pkgdir}/usr/share/fortune
install -m0644 tang300 ${pkgdir}/usr/share/fortune
install -m0644 tang300.dat ${pkgdir}/usr/share/fortune
install -m0644 song100 ${pkgdir}/usr/share/fortune
install -m0644 song100.dat ${pkgdir}/usr/share/fortune
}
Anonymous comment on 2011-10-03 04:46
终于找到你了
AUR强大
谢谢维护者