perl-JSON.

This commit is contained in:
4fury-c3440d8
2023-01-15 14:57:54 +03:00
parent 021055f29c
commit 731741aee1
3 changed files with 12 additions and 9 deletions
@@ -2,13 +2,9 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
from pisi.actionsapi import perlmodules, pisitools
def setup():
perlmodules.configure()
@@ -22,4 +18,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("Changes", "README")
pisitools.dodoc("Changes", "README")