123456789101112131415161718 |
- program_name="jgmenu"
- program_slug="jgmenu"
- version=""
- build_depends="gcc make libx11-dev librsvg-dev pkgconf"
- depends=""
- sources="https://github.com/johanmalm/jgmenu.git"
- tested_systems="void"
- do_build() {
- cd jgmenu
- ./configure --prefix=/usr
- }
- do_install() {
- $subin ${gnumakebin} ${gnumakeparams} install
- [ "$?" -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."
- }
|