cvdupdate.

This commit is contained in:
4fury-c3440d8
2022-11-16 10:21:21 +03:00
parent 2edae12eff
commit 4236f604cc
2 changed files with 71 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pythonmodules
def build():
pythonmodules.compile(pyVer = '3')
def install():
pythonmodules.install(pyVer = '3')
+58
View File
@@ -0,0 +1,58 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>cvdupdate</Name>
<Homepage>https://github.com/Cisco-Talos/cvdupdate</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>Apache-2.0</License>
<IsA>app</IsA>
<PartOf>util.antivirus</PartOf>
<Summary>ClamAV Private Database Mirror Updater Tool.</Summary>
<Description>This tool downloads the latest ClamAV databases along with the latest database patch files.</Description>
<Archive sha1sum="a5728247bc77a2967cade2c1af307cdc12723035" type="targz">
https://files.pythonhosted.org/packages/source/c/cvdupdate/cvdupdate-1.1.1.tar.gz
</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-importlib_metadata</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level='1'></Patch> -->
</Patches>
</Source>
<Package>
<Name>cvdupdate</Name>
<RuntimeDependencies>
<Dependency>python3-click</Dependency>
<Dependency>python3-certifi</Dependency>
<Dependency>python3-colorama</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-dnspython</Dependency>
<Dependency>python3-coloredlogs</Dependency>
<Dependency>python3-rangehttpserver</Dependency>
<Dependency>python3-charset-normalizer</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/lib/python3.9</Path>
<Path fileType="data">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-11-15</Date>
<Version>1.1.1</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>