1
0
Fork
You've already forked cah
0
No description
  • C 99.2%
  • Makefile 0.8%
2026年05月29日 20:46:02 -05:00
json-parser initial 2025年10月02日 22:12:13 -05:00
.dir-locals.el better 2026年04月16日 13:54:20 -05:00
.gitignore restructure 2026年04月10日 23:54:43 -05:00
aur.c wasn’t actually checking return value 2026年05月29日 13:49:27 -05:00
aur.h better 2026年04月16日 13:54:20 -05:00
da.h restructure 2026年04月10日 23:54:43 -05:00
dat.h wasn’t actually checking return value 2026年05月29日 13:49:27 -05:00
LICENSE initial 2025年10月02日 22:12:13 -05:00
main.c better 2026年04月16日 13:54:20 -05:00
Makefile makepkg 2026年04月10日 23:59:31 -05:00
online.c better 2026年04月16日 13:54:20 -05:00
online.h better 2026年04月16日 13:54:20 -05:00
README.md clarify README 2026年05月29日 20:46:02 -05:00
util.c wasn’t actually checking return value 2026年05月29日 13:49:27 -05:00

ccf's AUR helper

requirements

See the ArchWiki: https://wiki.archlinux.org/title/Arch_User_Repository#Prerequisites

# pacman -S git curl base-devel

build process

; make
# make install

TODO

  • use package name instead of basename for install
  • use packages provides for install
  • fail / do not suggest to install if package fails in build stage
  • consistent function return values