




























You're using wget to fetch the LICENSE file (which is a bit wonky, better to add it to the files of this PKGBUILD directlt), but if someone builds this PKGBUILD in a clean build environment (Arch base + base-devel) the PKGBUILD fails because wget isn't installed. That would make wget a build dependency.
Again, the neater option would be to add the LICENSE file to the package as a file directly.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
@tyrannis.hawk yes, good point. Just updated