Merge pull request #10975 from 4fury-c3440d8/b1

updates
This commit is contained in:
Rmys
2022-11-11 21:02:07 +03:00
committed by GitHub
64 changed files with 914 additions and 488 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/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 autotools, get
j = ''.join([
' VERBOSE=true',
' QUIET=true',
' STRIP=true',
' ARCH=x86_64',
' PREFIX=/usr '
])
def setup():
pass
def build():
autotools.make(j)
def install():
autotools.rawInstall("DESTDIR=%s %s" % (get.installDIR(), j))
+48
View File
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>btop++</Name>
<Homepage>https://github.com/aristocratos/btop</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>Apache-2.0</License>
<IsA>app:console</IsA>
<PartOf>util.admin</PartOf>
<Summary>A monitor of resources.</Summary>
<Description>Resource monitor that shows usage and stats for processor, memory, disks, network and processes.</Description>
<Archive sha1sum="95aef0621283b99394dccfa9b2ca84c24ea6849c" type="targz">
https://github.com/aristocratos/btop/archive/refs/tags/v1.2.13.tar.gz
</Archive>
<BuildDependencies>
<Dependency>libgcc</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level='1'></Patch> -->
</Patches>
</Source>
<Package>
<Name>btop++</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/btop</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-11-10</Date>
<Version>1.2.13</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>A command line system information tool.</Summary>
<Description>inxi is a full featured CLI system information tool.</Description>
<Archive sha1sum="8156eba285d04432a796bce765bd77a6fa963092" type="targz">https://github.com/smxi/inxi/archive/refs/tags/3.3.08-1.tar.gz</Archive>
<Archive sha1sum="cf3372b35012ed2292db5a864e4601c6b29b5027" type="targz">https://github.com/smxi/inxi/archive/refs/tags/3.3.23-1.tar.gz</Archive>
<Patches>
<!-- <Patch level="1">missing.patch</Patch> -->
</Patches>
@@ -29,6 +29,13 @@
</Package>
<History>
<Update release="8">
<Date>2022-11-10</Date>
<Version>3.3.23.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="7">
<Date>2021-11-11</Date>
<Version>3.3.08.1</Version>