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 @@ + + + glow + https://github.com/charmbracelet/glow + + Selwyn Versteeg + talk@selwyn.cc + + MIT + office.notes + Render markdown on the CLI. + 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. + + https://getsol.us/sources/README.Solus + + + glow + Render markdown on the CLI. + 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. + + office.notes + + /usr/bin/glow + + + + + 2020-12-02 + 1.2.1 + Packaging update + Selwyn Versteeg + talk@selwyn.cc + + + \ No newline at end of file