Search Criteria
Package Details: genmake 0.5.0-1
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: | duapple |
Last Packager: | duapple |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-12-07 05:24 (UTC) |
Last Updated: | 2023-11-01 16:32 (UTC) |
Dependencies (3)
- genmake-templates (genmake-templates-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, 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.