#!/bin/bash SRCURL=https://gitlab.com/manaplus/manaplus.git function package_build { run_switch_branch master run_autoreconf -i run_configure run_make run_make_install } function package_use { env_path "bin" env_man "share/man" }