mirror of
https://github.com/getsolus/packages.git
synced 2025-05-06 10:54:54 +03:00
17 lines
211 B
Python
17 lines
211 B
Python
#!/usr/bin/python
|
|
|
|
from pisi.actionsapi import perlmodules, pisitools
|
|
|
|
|
|
def setup():
|
|
perlmodules.configure()
|
|
|
|
|
|
def build():
|
|
perlmodules.make()
|
|
|
|
|
|
def install():
|
|
perlmodules.install()
|
|
|
|
#EXTRADOCS#
|