12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>github-cli</Name>
- <Homepage>https://github.com/cli/cli</Homepage>
- <Packager>
- <Name>Bedirhan Kurt</Name>
- <Email>bedirhan.kurt@outlook.com</Email>
- </Packager>
- <PartOf>programming.scm</PartOf>
- <License>MIT</License>
- <IsA>app:console</IsA>
- <Summary>GitHub CLI</Summary>
- <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>
- <Archive sha1sum="1529555ea61828a5c9fb51467982de842f08040b" type="targz">https://github.com/cli/cli/archive/v2.64.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>golang</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>github-cli</Name>
- <Summary>The GitHub CLI</Summary>
- <Files>
- <Path fileType="executable">/usr/bin/gh</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- <RuntimeDependencies>
- <Dependency>xdg-utils</Dependency>
- </RuntimeDependencies>
- </Package>
- <History>
- <Update release="3">
- <Date>2024-12-30</Date>
- <Version>2.64.0</Version>
- <Comment>Version bump</Comment>
- <Name>Bedirhan Kurt</Name>
- <Email>bedirhan.kurt@outlook.com</Email>
- </Update>
- <Update release="2">
- <Date>2024-10-20</Date>
- <Version>2.59.0</Version>
- <Comment>Unorphanage and version bump</Comment>
- <Name>Bedirhan Kurt</Name>
- <Email>bedirhan.kurt@outlook.com</Email>
- </Update>
- <Update release="1">
- <Date>2020-02-24</Date>
- <Version>0.5.7</Version>
- <Comment>First release</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|