This weekend (+ half a week) i made my first ever AUR package:
https://github.com/fami-fish/zooc/tree/aur_release
So far i have this, however Im not sure if its correct. Here are my main questions:
- Should the c app copy from /etc/ into your local XDG_CONFIG_HOME? if so, should i define a macro (
-Dprefix=$(prefix)in the makefile then somehow pass it in from PKGBUILD?) - Should GLEW/GL/X11/XRANDR be in my
dependson the PKGBUILD? What other relavant packages would i need to depend on (dependencies of gl/x11??)
Im completely new to packaging and the build process surounding it so some help would be greatly appreciated :D