Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,23 @@ +name : go-md2man +version : 1.0.8 +release : 1 +source : + - git|https://github.com/cpuguy83/go-md2man.git : v1.0.8 +license : MIT +component : system.utils +summary : A utility to convert md-files to man pages +description: | + A utility to convert md-files to man pages +builddeps : + - golang +build : | + mkdir -p src/github.com/cpuguy83 + ln -s `pwd` src/github.com/cpuguy83/go-md2man + export GOPATH="`pwd`" + pushd src/github.com/cpuguy83/go-md2man + go get -v ./... + popd + bin/go-md2man -in=go-md2man.1.md -out=go-md2man.1 +install : | + install -Dm00755 bin/go-md2man $installdir/usr/bin/go-md2man + install -Dm00644 go-md2man.1 $installdir/usr/share/man/man1/go-md2man.1 Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,35 @@ + + + go-md2man + + Philipp Trulson + philipp@trulson.de + + MIT + system.utils + A utility to convert md-files to man pages + A utility to convert md-files to man pages + + https://solus-project.com/sources/README.Solus + + + go-md2man + A utility to convert md-files to man pages + A utility to convert md-files to man pages + + system.utils + + /usr/bin/go-md2man + /usr/share/man/man1/go-md2man.1 + + + + + 2018-08-25 + 1.0.8 + Packaging update + Philipp Trulson + philipp@trulson.de + + + \ No newline at end of file