























@hadronized I'm adopting the package. I have a decent pipeline in place for keeping the packages I maintain updated. If you want, I can add you as a co-maintainer if you ever need to make changes.
Hey! I was thinking of bundling and maintaining the AUR package for KTS, and realized someone already did it! However, it’s way out of date! Do you need help to upgrade? I can take over if you don’t want to have to deal with it, as Archlinux is my main driver.
Cheers!
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
The package should optdepend or even actually depend on gcc. ktsctl syncs some language and needs the CC compiler. Probably git should also be added.
Is it intentional to fetch and compile the languages to /run/user/xxx into a limited tmpfs? My test system with only low memory went out of storage. Wouldn't it be better to allow to sync and compile into ~/.local/share or other persistant directory?