# delorean/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. A procedure similar to the one shown in the "git- fetch" block was used. #--------------------------------------------------------------------- [gitfetch] OUTBASE=delorean YYMMDD=181014 DIR=$OUTBASE-git-$YYMMDD URL=https://github.com/bebanjo/delorean.git rm -fr $OUTBASE $DIR $DIR.tar* git clone $URL $DIR tar cf - $DIR | pbzip2 -c > $DIR.tar.bz2 tardate $DIR.tar.bz2 #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.13 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in installed tree licfile = MIT-LICENSE licprefix = $PRODTREE/ruby30 proddir = none tmpsize = 1M unpack = relaxed #--------------------------------------------------------------------- [depends] midgems:strict ruby30:strict ruby-chronic #--------------------------------------------------------------------- [build] PATH=$PRODTREE/ruby30/bin:$PATH cp -p $PKGDIR_SPECIAL/Gemfile . # Check dependencies rm -fr Gemfile.lock rm -fr Gemfile.lock ; bundle package gem build *.gemspec || true; gem build *.gemspec gem-install-local *.gem gem-cache-index #--------------------------------------------------------------------- # 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 = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 180519 Added package. Started with 180519 ("git"-based). 180616 Updated from 180519 to 180616 181014 Updated from 180616 to 181014