Search Criteria
Package Details: genmake 0.4.0-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/genmake.git (read-only, click to copy) |
---|---|
Package Base: | genmake |
Description: | Makefile template generator |
Upstream URL: | https://gitee.com/duapple/genmake |
Licenses: | AGPL3 |
Submitter: | duapple |
Maintainer: | lmartinez-mirror (duapple) |
Last Packager: | lmartinez-mirror |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-12-07 05:24 (UTC) |
Last Updated: | 2021-12-13 18:10 (UTC) |
Dependencies (3)
- genmake-templates (genmake-templates-git)
- glibc (glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-widevine, glibc-linux4, glibc-git)
- go (go-git, go-go2go-git, go-beta, gcc-go-git, gcc-go) (make)
Latest Comments
duapple commented on 2021-12-11 05:57 (UTC)
Your PKGBUILD is great. Genmake needs makefile template which are in the /usr/share/genmake/template/. So, we need to git clone https://gitee.com/duapple/makefile.git into the /usr/share/genmake/template. If not, genmake will not generate Makefile with this template. As follow, wo see.
INFO[0000] Loading configuration file: /usr/share/genmake/config/genmake_conf.json /usr/share/genmake/template/gen_c++_makefile.conf Generate FAILED. Makefile is not generated.