@@ -1,14 +0,0 @@
|
||||
#!/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 shelltools, pisitools, get
|
||||
|
||||
WorkDir = "."
|
||||
|
||||
def install():
|
||||
for t in shelltools.ls("*.cvd"):
|
||||
pisitools.insinto("/var/lib/clamav", t)
|
||||
shelltools.chown("%s/var/lib/clamav/%s" % (get.installDIR(), t), uid = "clamav", gid = "clamav")
|
||||
@@ -1,48 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>clamav-database</Name>
|
||||
<Homepage>https://www.clamav.net/</Homepage>
|
||||
<Packager>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<IsA>data</IsA>
|
||||
<PartOf>util.antivirus</PartOf>
|
||||
<Summary>Virus database for clamav.</Summary>
|
||||
<Description>Virus database for clamav.</Description>
|
||||
<Archive sha1sum="a89e024f0dbc6c6584d0c7577af83c031c6265ac" type="binary">https://db.local.clamav.net/bytecode.cvd</Archive>
|
||||
<Archive sha1sum="abdc6e37e893debeea80e0cbbbf021c89513790f" type="binary">https://db.local.clamav.net/safebrowsing.cvd</Archive>
|
||||
<Archive sha1sum="029931779fb5d13625464995549421c108ae5518" type="binary">https://db.local.clamav.net/main.cvd</Archive>
|
||||
<BuildDependencies>
|
||||
<!-- <Dependency></Dependency> -->
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level='1'></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>clamav-database</Name>
|
||||
<RuntimeDependencies>
|
||||
<!-- <Dependency></Dependency> -->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/var/lib/clamav/main.cvd</Path>
|
||||
<Path fileType="data">/var/lib/clamav/bytecode.cvd</Path>
|
||||
<Path fileType="data">/var/lib/clamav/safebrowsing.cvd</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2022-11-15</Date>
|
||||
<Version>0.0.20221115</Version>
|
||||
<Comment>First build.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -13,8 +13,8 @@
|
||||
<PartOf>util.misc</PartOf>
|
||||
<Summary>n³ The unorthodox terminal file manager.</Summary>
|
||||
<Description>nnn (n³) is a full-featured terminal file manager. It's tiny, nearly 0-config and incredibly fast.</Description>
|
||||
<Archive sha1sum="5f32dc69571535597db63ed7e094a371866349cc" type="targz">
|
||||
https://github.com/jarun/nnn/releases/download/v4.5/nnn-v4.5.tar.gz
|
||||
<Archive sha1sum="3ccb8aee1d48d0140e828cf0e850533664948e88" type="targz">
|
||||
https://github.com/jarun/nnn/releases/download/v4.7/nnn-v4.7.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gcc</Dependency>
|
||||
@@ -38,6 +38,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2022-11-24</Date>
|
||||
<Version>4.7</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2022-05-28</Date>
|
||||
<Version>4.5</Version>
|
||||
|
||||
Reference in New Issue
Block a user