Index: MAINTAINERS.md =================================================================== --- /dev/null +++ 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 Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,2 @@ +libc.so.6 +libpthread.so.0 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,26 @@ +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 + - glibc +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 \ No newline at end of file Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,89 @@ + + + github-cli + + Seth Flynn + sethaflynn@gmail.com + + MIT + system.utils + GitHub’s official command line tool + github-cli is a tool that allows for GitHub concepts such as pull requests, issues, and gists to be used on the command line. + + https://getsol.us/sources/README.Solus + + + github-cli + GitHub’s official command line tool + github-cli is a tool that allows for GitHub concepts such as pull requests, issues, and gists to be used on the command line. + + system.utils + + /usr/bin/gh + /usr/share/bash-completion/completions/gh + /usr/share/fish/vendor_completions.d/gh.fish + /usr/share/man/man1/gh-alias-delete.1 + /usr/share/man/man1/gh-alias-list.1 + /usr/share/man/man1/gh-alias-set.1 + /usr/share/man/man1/gh-alias.1 + /usr/share/man/man1/gh-api.1 + /usr/share/man/man1/gh-auth-login.1 + /usr/share/man/man1/gh-auth-logout.1 + /usr/share/man/man1/gh-auth-refresh.1 + /usr/share/man/man1/gh-auth-status.1 + /usr/share/man/man1/gh-auth.1 + /usr/share/man/man1/gh-completion.1 + /usr/share/man/man1/gh-config-get.1 + /usr/share/man/man1/gh-config-set.1 + /usr/share/man/man1/gh-config.1 + /usr/share/man/man1/gh-gist-create.1 + /usr/share/man/man1/gh-gist-edit.1 + /usr/share/man/man1/gh-gist-list.1 + /usr/share/man/man1/gh-gist-view.1 + /usr/share/man/man1/gh-gist.1 + /usr/share/man/man1/gh-issue-close.1 + /usr/share/man/man1/gh-issue-create.1 + /usr/share/man/man1/gh-issue-list.1 + /usr/share/man/man1/gh-issue-reopen.1 + /usr/share/man/man1/gh-issue-status.1 + /usr/share/man/man1/gh-issue-view.1 + /usr/share/man/man1/gh-issue.1 + /usr/share/man/man1/gh-pr-checkout.1 + /usr/share/man/man1/gh-pr-checks.1 + /usr/share/man/man1/gh-pr-close.1 + /usr/share/man/man1/gh-pr-create.1 + /usr/share/man/man1/gh-pr-diff.1 + /usr/share/man/man1/gh-pr-list.1 + /usr/share/man/man1/gh-pr-merge.1 + /usr/share/man/man1/gh-pr-ready.1 + /usr/share/man/man1/gh-pr-reopen.1 + /usr/share/man/man1/gh-pr-review.1 + /usr/share/man/man1/gh-pr-status.1 + /usr/share/man/man1/gh-pr-view.1 + /usr/share/man/man1/gh-pr.1 + /usr/share/man/man1/gh-release-create.1 + /usr/share/man/man1/gh-release-delete.1 + /usr/share/man/man1/gh-release-download.1 + /usr/share/man/man1/gh-release-list.1 + /usr/share/man/man1/gh-release-upload.1 + /usr/share/man/man1/gh-release-view.1 + /usr/share/man/man1/gh-release.1 + /usr/share/man/man1/gh-repo-clone.1 + /usr/share/man/man1/gh-repo-create.1 + /usr/share/man/man1/gh-repo-fork.1 + /usr/share/man/man1/gh-repo-view.1 + /usr/share/man/man1/gh-repo.1 + /usr/share/man/man1/gh.1 + /usr/share/zsh/site-functions/_gh + + + + + 2020-09-19 + 1.0.0 + Packaging update + Seth Flynn + sethaflynn@gmail.com + + + \ No newline at end of file