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,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 : Render markdown on 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 Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ 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