# retroterm/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The sources were obtained as follows: ocgitfetch --run \ https://github.com/Swordfish90/cool-retro-term.git #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] altpkg = yes license = See "license*.txt" in installed tree licfile = gpl-3.0.txt unpack = relaxed dontfind = qt6 setpaths = qt5 #--------------------------------------------------------------------- [depends] qt5 #--------------------------------------------------------------------- [configure] qmake #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin PROGDIR=$PKGDIR_PROD/program mkdir -p $BINDIR $PROGDIR export QTDIR=$PRODTREE/qt5 smpmake strip cool-retro-term mv cool-retro-term $PROGDIR/ cd qmltermwidget rm -fr {.,*}/.git* {.,*}/*.{cpp,h,o,pro} {.,*/}Makefile cd .. mv qmltermwidget $PROGDIR/ cd $BINDIR/ cat > cool-retro-term << END $PROGDIR/cool-retro-term --fullscreen \$* & END chmod 755 cool-retro-term ln -nsf cool-retro-term retroterm #--------------------------------------------------------------------- # 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] 241205 Added package 241205 Started with f157648d1 ("git" hash)