new perl packages

This commit is contained in:
suvari
2020-04-09 18:15:07 +03:00
parent 7af556037f
commit 5103c887fd
31 changed files with 1087 additions and 5 deletions
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 2
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import perlmodules
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("Changes", "README", "LICENSE")
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-term-table</Name>
<Homepage>http://search.cpan.org/dist/Config-Tiny/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Format a header and rows into a table</Summary>
<Description>Format a header and rows into a table</Description>
<Archive sha1sum="db510c603cd766c5ada06aba7f55bd06de1f1596" type="targz">https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Term-Table-0.015.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-importer</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-term-table</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-importer</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-04-09</Date>
<Version>0.015</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,7 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-term-table</Name>
<Summary xml:lang="tr">Üstbilgi ve satırları tabloya biçimlendirme</Summary>
</Source>
</PISI>