49 lines
1.6 KiB
XML
49 lines
1.6 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>samurai</Name>
|
|
<Homepage>https://github.com/michaelforney/samurai</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>Apache</License>
|
|
<IsA>app</IsA>
|
|
<Summary>ninja-compatible build tool written in C</Summary>
|
|
<Description>ninja-compatible build tool written in C</Description>
|
|
<Archive sha1sum="b3afe2ad097f5e5e0a36781f058382e2a4d4d5bc" type="targz">https://github.com/michaelforney/samurai/releases/download/1.2/samurai-1.2.tar.gz</Archive>
|
|
<!--
|
|
<BuildDependencies>
|
|
<Dependency>Dep1-devel</Dependency>
|
|
</BuildDependencies>
|
|
-->
|
|
<!--
|
|
<Patches>
|
|
<Patch>samurai.patch</Patch>
|
|
<Patch level="1">samurai.patch</Patch>
|
|
</Patches>
|
|
-->
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>samurai</Name>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="data">/usr/share</Path>
|
|
<Path fileType="man">/usr/share/man</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="1">
|
|
<Date>2022-06-09</Date>
|
|
<Version>1.2</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|