Page MenuHomeSolus

D9190.id22200.diff
No OneTemporary

D9190.id22200.diff

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.
+
+- David Harder
+ - Email: david@davidjharder.ca
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,22 @@
+name : lazygit
+version : 0.20.4
+release : 1
+source :
+ - https://github.com/jesseduffield/lazygit/archive/v0.20.4.tar.gz : 8af316bf9d0916e8b19ce590a80664314a38652af9ef115083686bc9720fa7b9
+license : MIT
+component : programming.tools
+summary : A simple terminal UI for git commands, written in Go with the gocui library.
+description: |
+ A simple terminal UI for git commands, written in Go with the gocui library.
+networking : yes
+builddeps :
+ - golang
+ - go-md2man
+build : |
+ go build -ldflags "-X main.version=$version" -o lazygit
+
+ # Make a man page
+ go-md2man -in README.md -out lazygit.1
+install : |
+ install -Dm00755 $workdir/lazygit $installdir/usr/bin/lazygit
+ install -Dm00644 $workdir/lazygit.1 $installdir/usr/man/man1/lazygit.1
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,35 @@
+<PISI>
+ <Source>
+ <Name>lazygit</Name>
+ <Packager>
+ <Name>David Harder</Name>
+ <Email>david@davidjharder.ca</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.tools</PartOf>
+ <Summary xml:lang="en">A simple terminal UI for git commands, written in Go with the gocui library.</Summary>
+ <Description xml:lang="en">A simple terminal UI for git commands, written in Go with the gocui library.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>lazygit</Name>
+ <Summary xml:lang="en">A simple terminal UI for git commands, written in Go with the gocui library.</Summary>
+ <Description xml:lang="en">A simple terminal UI for git commands, written in Go with the gocui library.
+</Description>
+ <PartOf>programming.tools</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/lazygit</Path>
+ <Path fileType="data">/usr/man/man1/lazygit.1</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-07-08</Date>
+ <Version>0.20.4</Version>
+ <Comment>Packaging update</Comment>
+ <Name>David Harder</Name>
+ <Email>david@davidjharder.ca</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 6:02 PM (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5836038
Default Alt Text
D9190.id22200.diff (3 KB)

Event Timeline