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.
This commit is contained in:
@@ -11,10 +11,10 @@ from pisi.actionsapi import get
|
||||
def build():
|
||||
shelltools.system("go build \
|
||||
-trimpath \
|
||||
-ldflags '-extldflags \"%s\" -X github.com/cli/cli/command.Version=v0.5.7 -X github.com/cli/cli/command.BuildDate=2020-02-24' \
|
||||
-ldflags '-extldflags \"%s\" -X github.com/cli/cli/command.Version=v2.59.0 -X github.com/cli/cli/command.BuildDate=2024-10-20' \
|
||||
-o 'bin/gh' ./cmd/gh" % get.LDFLAGS())
|
||||
|
||||
def install():
|
||||
shelltools.cd("../cli-0.5.7")
|
||||
shelltools.cd("../cli-2.59.0")
|
||||
pisitools.insinto("/usr/bin", "bin/gh")
|
||||
pisitools.dodoc("LICENSE", "README*")
|
||||
pisitools.dodoc("LICENSE", "README*")
|
||||
|
||||
@@ -5,15 +5,15 @@
|
||||
<Name>github-cli</Name>
|
||||
<Homepage>https://github.com/cli/cli</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
<Name>Bedirhan Kurt</Name>
|
||||
<Email>bedirhan.kurt@outlook.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>
|
||||
<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>
|
||||
@@ -26,9 +26,19 @@
|
||||
<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>
|
||||
@@ -37,4 +47,4 @@
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user