#!/usr/bin/env modbuild pbuild::compile() { make } pbuild::install() { make DESTDIR="${PREFIX}" install }