#!/bin/sh pkg_ver="todo" pkg_install(){ git clone https://git.savannah.gnu.org/git/make.git cd make ./bootstrap ./configure make make install-bin } pkg_uninstall(){ rm /usr/bin }