Files
main/programming/scm/github-cli/pspec.xml
T
2020-02-25 04:11:14 +03:00

40 lines
1.5 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>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.scm</PartOf>
<License>MIT</License>
<IsA>app:console</IsA>
<Summary>The GitHub CLI</Summary>
<Description>gh is GitHub on the command line, and it's now available in beta. 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="a649a97e57cab30c9a577fd1af43c435e8742bbd" type="targz">https://github.com/cli/cli/archive/v0.5.7.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>
</Package>
<History>
<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>