Page MenuHomeSolus

D9190.id.diff
No OneTemporary

D9190.id.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.
+
+- David Harder
+ - Email: david@davidjharder.ca
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,22 @@
+name : lazygit
+version : 0.20.6
+release : 1
+source :
+ - https://github.com/jesseduffield/lazygit/archive/v0.20.6.tar.gz : 9497c5a9e8bc26673d137c3daaf5938ac0b5326a4b08507e6ec3a035b6ef2be3
+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
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,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-12</Date>
+ <Version>0.20.6</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
5789192
Default Alt Text
D9190.id.diff (3 KB)

Event Timeline