pspec.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>github-cli</Name>
  6. <Homepage>https://github.com/cli/cli</Homepage>
  7. <Packager>
  8. <Name>Bedirhan Kurt</Name>
  9. <Email>bedirhan.kurt@outlook.com</Email>
  10. </Packager>
  11. <PartOf>programming.scm</PartOf>
  12. <License>MIT</License>
  13. <IsA>app:console</IsA>
  14. <Summary>GitHub CLI</Summary>
  15. <Description>"gh" is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with "git" and your code.</Description>
  16. <Archive sha1sum="1529555ea61828a5c9fb51467982de842f08040b" type="targz">https://github.com/cli/cli/archive/v2.64.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>golang</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>github-cli</Name>
  23. <Summary>The GitHub CLI</Summary>
  24. <Files>
  25. <Path fileType="executable">/usr/bin/gh</Path>
  26. <Path fileType="doc">/usr/share/doc</Path>
  27. </Files>
  28. <RuntimeDependencies>
  29. <Dependency>xdg-utils</Dependency>
  30. </RuntimeDependencies>
  31. </Package>
  32. <History>
  33. <Update release="3">
  34. <Date>2024-12-30</Date>
  35. <Version>2.64.0</Version>
  36. <Comment>Version bump</Comment>
  37. <Name>Bedirhan Kurt</Name>
  38. <Email>bedirhan.kurt@outlook.com</Email>
  39. </Update>
  40. <Update release="2">
  41. <Date>2024-10-20</Date>
  42. <Version>2.59.0</Version>
  43. <Comment>Unorphanage and version bump</Comment>
  44. <Name>Bedirhan Kurt</Name>
  45. <Email>bedirhan.kurt@outlook.com</Email>
  46. </Update>
  47. <Update release="1">
  48. <Date>2020-02-24</Date>
  49. <Version>0.5.7</Version>
  50. <Comment>First release</Comment>
  51. <Name>Blue Devil</Name>
  52. <Email>bluedevil@sctzine.com</Email>
  53. </Update>
  54. </History>
  55. </PISI>