jgmenu.xb 526 B

123456789101112131415161718
  1. program_name="jgmenu"
  2. program_slug="jgmenu"
  3. version=""
  4. build_depends="gcc make libx11-dev librsvg-dev pkgconf"
  5. depends=""
  6. sources="https://github.com/johanmalm/jgmenu.git"
  7. tested_systems="void"
  8. do_build() {
  9. cd jgmenu
  10. ./configure --prefix=/usr
  11. }
  12. do_install() {
  13. $subin ${gnumakebin} ${gnumakeparams} install
  14. [ "$?" -eq "0" ] && echo "$program_name has been installed successfully!" || echo "$program_name has had some issues while installing. Please check for error messages on previous output to find out the problem."
  15. }