# go-md2man/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "go" upstream sources. The following script was used: #!/bin/bash -e set -e LOCALNAME=go-md2man DATE6D=240708 GITURL=https://github.com/cpuguy83/go-md2man.git COMMIT=v2.0.4 HERE=`pwd` DIR=$LOCALNAME-$DATE6D TARBALL=$DIR.tar.bz2 rm -fr $DIR $TARBALL mkdir $DIR cd $DIR export HOME=`pwd` export GOPATH=$HOME/go git clone $GITURL $LOCALNAME cd $LOCALNAME if [ "@$COMMIT" == "@" ]; then echo Using latest git commit else echo Using git commit $COMMIT git checkout $COMMIT fi make rm -fr bin $HOME/.cache cd $HERE tar jcf $TARBALL $DIR/ rm -fr $DIR/ tardate $TARBALL ls -l $TARBALL #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] altpkg = yes configure = none defer = glibc64 license = See "license*.txt" in installed tree licfile = go-md2man/LICENSE.md tmpsize = 5M #--------------------------------------------------------------------- [depends] #go none #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR export HOME=`pwd` export GOPATH=$HOME/go cd go-md2man make cd bin mv go-md2man $BINDIR/ #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = special # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 210511 Added package. Started with 210511. 220505 Updated to 220505 - same as 2.0.2 240708 Updated to 240708 - same as 2.0.4