1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>freecell-solver</Name>
- <Homepage>https://fc-solve.shlomifish.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <PartOf>programming.library</PartOf>
- <License>MIT</License>
- <IsA>library</IsA>
- <Summary>A program that automatically solves layouts of Freecell and similar variants of Card Solitaire</Summary>
- <Description>This is Freecell Solver - a program that automatically solves layouts of Freecell and similar variants of Card Solitaire such as Eight Off, Forecell, and Seahaven Towers, as well as Simple Simon boards.</Description>
- <Archive sha1sum="c4406149576d37fe625b4f62787d51d542c876aa" type="tarxz">https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-6.0.1.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>gperf</Dependency>
- <Dependency>perl-Moo</Dependency>
- <Dependency>python3-six</Dependency>
- <Dependency>perl-path-tiny</Dependency>
- <Dependency>rinutils-devel</Dependency>
- <Dependency>python3-random2</Dependency>
- <Dependency>python3-pysol_cards</Dependency>
- <Dependency>perl-template-toolkit</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>freecell-solver</Name>
- <Summary>A program that automatically solves layouts of Freecell and similar variants of Card Solitaire</Summary>
- <RuntimeDependencies>
- <Dependency>rinutils</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="executable">/usr/bin</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>freecell-solver-devel</Name>
- <Summary>Development files for freecell-solver</Summary>
- <RuntimeDependencies>
- <Dependency release="current">freecell-solver</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="3">
- <Date>2020-09-23</Date>
- <Version>6.0.1</Version>
- <Comment>Major version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="2">
- <Date>2020-01-13</Date>
- <Version>5.16.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="1">
- <Date>2018-11-11</Date>
- <Version>5.0.0</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|