#!/usr/bin/env python3# -*- coding: utf-8 -*-## Licensed under the GNU General Public License, version 3.# See the file http://www.gnu.org/licenses/gpl.txtfrominary.actionsapiimportperlmodulesfrominary.actionsapiimportinarytoolsfrominary.actionsapiimportgetfrominary.actionsapiimportshelltoolsWorkDir=""shelltools.export("HOME",get.workDIR())defsetup():perlmodules.configure()defbuild():perlmodules.make()# FIXME: test failsdefcheck():perlmodules.make("test")definstall():perlmodules.install()