Kaydet (Commit) bdac21bb authored tarafından Your Name's avatar Your Name

build-test added

üst 1f9411da
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from inary.actionsapi import shelltools
from inary.actionsapi import get
from inary.actionsapi import inarytools
from inary.actionsapi import mesontools
def install():
shelltools.system("mkdir -p {}/usr/bin/".format(get.installDIR()))
shelltools.system("install space {}/usr/bin/hello".format(get.installDIR()))
#!/usr/bin/env python3
def postInstall():
print("hello post install")
def postRemove():
print("hello post remove")
def preInstall():
print("hello pre install")
def preRemove():
print("hello pre remove")
<?xml version="1.0" ?>
<!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
<INARY>
<Source>
<Name>hello</Name>
<Homepage>https://gitlab.com/sulinos/devel/inary</Homepage>
<Packager>
<Name>Ali Rıza KESKİN</Name>
<Email>parduscix@yandex.ru</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<PartOf>system.base</PartOf>
<Summary>Hello package build test</Summary>
<Description>Pakcage build test for inary.</Description>
<Archive sha1sum="b858cb282617fb0956d960215c8e84d1ccf909c6" type="binary" >https://gitlab.com/sulincix/outher/-/raw/gh-pages/space</Archive>
</Source>
<Package>
<IsA>postOps</IsA>
<Name>hello</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-01-28</Date>
<Version>31.42.543a</Version>
<Comment>First release</Comment>
<Name>Ali Rıza KESKİN</Name>
<Email>parduscix@yandex.ru</Email>
</Update>
</History>
</INARY>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment