Files
main/programming/scm/github-cli/pspec.xml
T
Bahar Kurt e9ad88b93d Unorphane and uprev GitHub CLI
This package was left only with its initial packaging on beta, and I was
wondering what on Earth I got when I installed it myself.
2024-10-20 11:04:44 +03:00

51 lines
1.8 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.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="d0643e0651d0482ad6c78d7cb36743228af27d98" type="targz">https://github.com/cli/cli/archive/v2.59.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="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>