Page MenuHomeSolus

D13485.id32983.diff
No OneTemporary

D13485.id32983.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1 @@
+libc.so.6
Index: abi_used_symbols
===================================================================
--- /dev/null
+++ abi_used_symbols
@@ -0,0 +1,34 @@
+libc.so.6:__errno_location
+libc.so.6:__stack_chk_fail
+libc.so.6:abort
+libc.so.6:fprintf
+libc.so.6:fputc
+libc.so.6:free
+libc.so.6:freeaddrinfo
+libc.so.6:fwrite
+libc.so.6:gai_strerror
+libc.so.6:getaddrinfo
+libc.so.6:malloc
+libc.so.6:mmap
+libc.so.6:munmap
+libc.so.6:nanosleep
+libc.so.6:pthread_attr_destroy
+libc.so.6:pthread_attr_getstacksize
+libc.so.6:pthread_attr_init
+libc.so.6:pthread_cond_broadcast
+libc.so.6:pthread_cond_wait
+libc.so.6:pthread_create
+libc.so.6:pthread_detach
+libc.so.6:pthread_mutex_lock
+libc.so.6:pthread_mutex_unlock
+libc.so.6:pthread_sigmask
+libc.so.6:setenv
+libc.so.6:sigaction
+libc.so.6:sigaddset
+libc.so.6:sigemptyset
+libc.so.6:sigfillset
+libc.so.6:sigismember
+libc.so.6:stderr
+libc.so.6:strerror
+libc.so.6:unsetenv
+libc.so.6:vfprintf
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,30 @@
+name : glab
+version : 1.22.0
+release : 1
+source :
+ - https://gitlab.com/gitlab-org/cli/-/archive/v1.22.0/cli-v1.22.0.tar.gz : 4d9bceb6818c8bf9f681119dae3a65f1c895fa21e9da6b38e8f88d245f524e10
+license : MIT
+component : system.utils
+summary : A GitLab CLI tool bringing GitLab to your command line
+description: |
+ GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code without switching between windows and browser tabs. Work with issues, merge requests, watch running pipelines directly from your CLI among other features. Inspired by gh, the official GitHub CLI tool.
+networking : yes
+builddeps :
+ - golang
+build : |
+ go build -o glab -ldflags "-s -w -X main.version=%version%" ./cmd/glab
+
+ # manpages
+ go run cmd/gen-docs/docs.go --manpage --path ./
+
+ # command-line completions
+ for s in bash fish zsh; do
+ ./glab completion -s $s > $s.completions
+ done
+install : |
+ install -Dm0755 glab -t $installdir/usr/bin/
+ install -Dm0644 glab -t $installdir/usr/share/man/man1/
+
+ install -Dm0644 bash.completions $installdir/usr/share/bash-completion/completions/glab
+ install -Dm0644 fish.completions $installdir/usr/share/fish/vendor_completions.d/glab.fish
+ install -Dm0644 zsh.completions $installdir/usr/share/zsh/site-functions/_glab
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,38 @@
+<PISI>
+ <Source>
+ <Name>glab</Name>
+ <Packager>
+ <Name>Gavin Zhao</Name>
+ <Email>me@gzgz.dev</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">A GitLab CLI tool bringing GitLab to your command line</Summary>
+ <Description xml:lang="en">GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code without switching between windows and browser tabs. Work with issues, merge requests, watch running pipelines directly from your CLI among other features. Inspired by gh, the official GitHub CLI tool.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>glab</Name>
+ <Summary xml:lang="en">A GitLab CLI tool bringing GitLab to your command line</Summary>
+ <Description xml:lang="en">GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code without switching between windows and browser tabs. Work with issues, merge requests, watch running pipelines directly from your CLI among other features. Inspired by gh, the official GitHub CLI tool.
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/glab</Path>
+ <Path fileType="data">/usr/share/bash-completion/completions/glab</Path>
+ <Path fileType="data">/usr/share/fish/vendor_completions.d/glab.fish</Path>
+ <Path fileType="man">/usr/share/man/man1/glab</Path>
+ <Path fileType="data">/usr/share/zsh/site-functions/_glab</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2022-08-18</Date>
+ <Version>1.22.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Gavin Zhao</Name>
+ <Email>me@gzgz.dev</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 11 2023, 7:20 PM (8 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5808786
Default Alt Text
D13485.id32983.diff (4 KB)

Event Timeline