pspec.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>bc</Name>
  6. <Homepage>http://www.gnu.org/software/bc</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Console-based calculator utility</Summary>
  14. <Description>bc is an arbitrary precision numeric processing language and can be used as a calculator. Syntax is similar to C, but differs in many substantial areas. For example, it supports interactive execution of statements.</Description>
  15. <Archive sha1sum="0cba9983505ede939720d60075436a065ed79f4d" type="targz">https://github.com/gavinhoward/bc/archive/2.4.0/bc-2.4.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. </BuildDependencies>
  18. </Source>
  19. <Package>
  20. <Name>bc</Name>
  21. <RuntimeDependencies>
  22. </RuntimeDependencies>
  23. <Files>
  24. <Path fileType="executable">/usr/bin</Path>
  25. <Path fileType="doc">/usr/share/doc</Path>
  26. <Path fileType="man">/usr/share/man</Path>
  27. <Path fileType="localedata">/usr/share/locale</Path>
  28. <Path fileType="info">/usr/share/info</Path>
  29. </Files>
  30. </Package>
  31. <History>
  32. <Update release="3">
  33. <Date>2019-12-14</Date>
  34. <Version>2.4.0</Version>
  35. <Comment>Version bump to 2.4.0</Comment>
  36. <Name>Süleyman Poyraz</Name>
  37. <Email>zaryob.dev@gmail.com</Email>
  38. </Update>
  39. <Update release="2">
  40. <Date>2019-09-17</Date>
  41. <Version>2.1.3</Version>
  42. <Comment>Updated version to 2.1.3</Comment>
  43. <Name>Süleyman Poyraz</Name>
  44. <Email>zaryob.dev@gmail.com</Email>
  45. </Update>
  46. <Update release="1">
  47. <Date>2017-01-27</Date>
  48. <Version>1.06.95</Version>
  49. <Comment>First release</Comment>
  50. <Name>Süleyman Poyraz</Name>
  51. <Email>zaryob.dev@gmail.com</Email>
  52. </Update>
  53. </History>
  54. </INARY>