This commit is contained in:
4fury-c3440d8
2023-03-19 10:23:56 +03:00
parent 49d53611e0
commit 7f796ca520
2 changed files with 17 additions and 19 deletions
+3 -11
View File
@@ -1,18 +1,10 @@
#!/usr/bin/python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright 2018 TUBITAK/UEKAE # Licensed under the GNU General Public License, version 3.
# Licensed under the GNU General Public License, version 2. # See the file https://www.gnu.org/licenses/gpl-3.0.txt
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import autotools from pisi.actionsapi import cmaketools, pisitools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import cmaketools
from pisi.actionsapi import get
# WorkDir = ""
# NoStrip = "/"
def setup(): def setup():
cmaketools.configure() cmaketools.configure()
+12 -6
View File
@@ -8,17 +8,16 @@
<Name>Ertuğrul Erata</Name> <Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email> <Email>ertugrulerata@gmail.com</Email>
</Packager> </Packager>
<License>GPLv2</License> <License>MIT</License>
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>A tiny but valid `init` for containers </Summary> <Summary>A tiny but valid `init` for containers.</Summary>
<Description>A tiny but valid `init` for containers </Description> <Description>All Tini does is spawn a single child (Tini is meant to be run in a container), and wait for it to exit all the while reaping zombies and performing signal forwarding.</Description>
<Archive sha1sum="27b7529ae87ea688e21d0a061b6d9299ff9362f6" type="targz">https://github.com/krallin/tini/archive/v0.18.0.tar.gz</Archive> <Archive sha1sum="2245210bdd29faea02e566a192df4c7df702b264" type="targz">https://github.com/krallin/tini/archive/refs/tags/v0.19.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<!--Dependency versionFrom="1.10.3">golang</Dependency-->
<Dependency>cmake</Dependency> <Dependency>cmake</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch level="1">tini-cmake-fixes.patch</Patch> <!-- <Patch level="1">tini-cmake-fixes.patch</Patch> -->
</Patches> </Patches>
</Source> </Source>
@@ -31,6 +30,13 @@
</Package> </Package>
<History> <History>
<Update release="4">
<Date>2023-03-18</Date>
<Version>0.19.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3"> <Update release="3">
<Date>2020-03-19</Date> <Date>2020-03-19</Date>
<Version>0.18.0</Version> <Version>0.18.0</Version>