Page MenuHomeSolus

D9695.id23392.diff
No OneTemporary

D9695.id23392.diff

diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,4 @@
+This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
+
+- Seth Flynn
+ - Email: sethaflynn@gmail.com
diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,2 @@
+libc.so.6
+libpthread.so.0
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,25 @@
+name : github-cli
+version : 1.0.0
+release : 1
+source :
+ - https://github.com/cli/cli/archive/v1.0.0.tar.gz : e3d1c341829f5b885dce9aa2bf4bc84db48072752250f6fdb2d62903caf07cfb
+license : MIT
+component : system.utils
+summary : GitHub’s official command line tool
+description: |
+ github-cli is a tool that allows for GitHub concepts such as pull requests, issues, and gists to be used on the command line.
+networking : yes
+builddeps :
+ - git
+ - golang
+rundeps :
+ - git
+build : |
+ make bin/gh
+ make manpages
+ bin/gh completion -s bash | install -Dm644 /dev/stdin share/bash-completion/completions/gh
+ bin/gh completion -s zsh | install -Dm644 /dev/stdin share/zsh/site-functions/_gh
+ bin/gh completion -s fish | install -Dm644 /dev/stdin share/fish/vendor_completions.d/gh.fish
+install : |
+ install -Dm00755 $workdir/bin/gh $installdir/usr/bin/gh
+ cp -r $workdir/share/ $installdir/usr
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,89 @@
+<PISI>
+ <Source>
+ <Name>github-cli</Name>
+ <Packager>
+ <Name>Seth Flynn</Name>
+ <Email>sethaflynn@gmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">GitHub’s official command line tool</Summary>
+ <Description xml:lang="en">github-cli is a tool that allows for GitHub concepts such as pull requests, issues, and gists to be used on the command line.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>github-cli</Name>
+ <Summary xml:lang="en">GitHub’s official command line tool</Summary>
+ <Description xml:lang="en">github-cli is a tool that allows for GitHub concepts such as pull requests, issues, and gists to be used on the command line.
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/gh</Path>
+ <Path fileType="data">/usr/share/bash-completion/completions/gh</Path>
+ <Path fileType="data">/usr/share/fish/vendor_completions.d/gh.fish</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-alias-delete.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-alias-list.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-alias-set.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-alias.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-api.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-auth-login.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-auth-logout.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-auth-refresh.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-auth-status.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-auth.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-completion.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-config-get.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-config-set.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-config.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-gist-create.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-gist-edit.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-gist-list.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-gist-view.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-gist.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-issue-close.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-issue-create.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-issue-list.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-issue-reopen.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-issue-status.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-issue-view.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-issue.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-pr-checkout.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-pr-checks.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-pr-close.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-pr-create.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-pr-diff.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-pr-list.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-pr-merge.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-pr-ready.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-pr-reopen.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-pr-review.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-pr-status.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-pr-view.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-pr.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-release-create.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-release-delete.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-release-download.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-release-list.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-release-upload.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-release-view.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-release.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-repo-clone.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-repo-create.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-repo-fork.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-repo-view.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh-repo.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gh.1</Path>
+ <Path fileType="data">/usr/share/zsh/site-functions/_gh</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-09-23</Date>
+ <Version>1.0.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Seth Flynn</Name>
+ <Email>sethaflynn@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 5:15 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5818940
Default Alt Text
D9695.id23392.diff (7 KB)

Event Timeline