Page MenuHomeSolus

D10068.diff
No OneTemporary

D10068.diff

diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,5 @@
+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.
+
+- Selwyn Versteeg
+ - IRC: Siilwyn
+ - Email: talk@selwyn.cc
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,29 @@
+name : glow
+version : 1.2.1
+release : 1
+homepage : https://github.com/charmbracelet/glow
+source :
+ - https://github.com/charmbracelet/glow/archive/v1.2.1.tar.gz : ceb9369e2f93412abf914fd4cdc2e1a7e70cf48e2b2607c1e10847223c4a1b68
+license : MIT
+component : office.notes
+summary : Glow is a terminal based markdown reader designed from the ground up to bring out the beauty—and power—of the CLI.
+description: |
+ Glow is a terminal based markdown reader designed from the ground up to bring out the beauty—and power—of the CLI. Use it to discover markdown files, read documentation directly on the command line and stash markdown files to your own private collection so you can read them anywhere. Glow will find local markdown files in subdirectories or a local Git repository.
+networking : yes
+extract : no
+builddeps :
+ - git
+ - golang
+setup : |
+ mkdir -p src/github.com/charmbracelet/glow
+ tar xf $sources/v${version}.tar.gz -C src/github.com/charmbracelet/glow --strip-components 1
+build : |
+ cd ..
+ export GOPATH=`pwd`
+ export GO111MODULE=on
+ export PATH=$PATH:$GOPATH:$GOPATH/bin/
+ cd src/github.com/charmbracelet/glow
+ %make
+install : |
+ cd src/github.com/charmbracelet/glow/
+ install -Dm00755 glow $installdir/usr/bin/glow
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>glow</Name>
+ <Homepage>https://github.com/charmbracelet/glow</Homepage>
+ <Packager>
+ <Name>Selwyn Versteeg</Name>
+ <Email>talk@selwyn.cc</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>office.notes</PartOf>
+ <Summary xml:lang="en">Render markdown on the CLI.</Summary>
+ <Description xml:lang="en">Glow is a terminal based markdown reader designed from the ground up to bring out the beauty—and power—of the CLI. Use it to discover markdown files, read documentation directly on the command line and stash markdown files to your own private collection so you can read them anywhere. Glow will find local markdown files in subdirectories or a local Git repository.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>glow</Name>
+ <Summary xml:lang="en">Render markdown on the CLI.</Summary>
+ <Description xml:lang="en">Glow is a terminal based markdown reader designed from the ground up to bring out the beauty—and power—of the CLI. Use it to discover markdown files, read documentation directly on the command line and stash markdown files to your own private collection so you can read them anywhere. Glow will find local markdown files in subdirectories or a local Git repository.
+</Description>
+ <PartOf>office.notes</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/glow</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-12-02</Date>
+ <Version>1.2.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Selwyn Versteeg</Name>
+ <Email>talk@selwyn.cc</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 9:29 PM (1 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5799258
Default Alt Text
D10068.diff (4 KB)

Event Timeline