Files
2026-02-13 10:58:21 +03:00

62 lines
2.1 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gn</Name>
<Homepage>https://gn.googlesource.com/gn/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Meta-build system that generates build files for Ninja</Summary>
<Description>Ninja için derleme dosyaları oluşturan meta-build sistemi</Description>
<Archive sha1sum="2cfa33de22dfc3a6c276982b1d7f48cfcaa36575" type="tarxz">https://source.pisilinux.org/gn-2026.02.04.tar.xz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>ninja</Dependency>
<Dependency>python3</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch>gn-bootstrap.patch</Patch> -->
<!-- <Patch level="1">gn.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>gn</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2026-02-13</Date>
<Version>2026.02.04</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2018-12-01</Date>
<Version>2018.12.01</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2018-09-21</Date>
<Version>0.1468</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>