6 stdenvNoCC.mkDerivation rec {
8 version = "1.06-darwin-wip20160505";
11 url = "https://tmc.castleparadox.com/temp/fbc-${version}.tar.bz2";
12 sha256 = "sha256-hD3SRUkk50sf0MhhgHNMvBoJHTKz/71lyFxaAXM4/qI=";
28 homepage = "https://rpg.hamsterrepublic.com/ohrrpgce/Compiling_in_Mac_OS_X";
29 description = "FreeBASIC, a multi-platform BASIC Compiler (precompiled Darwin build by OHRRPGCE team)";
30 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
31 license = licenses.gpl2Plus; # runtime & graphics libraries are LGPLv2+ w/ static linking exception
32 maintainers = with maintainers; [ OPNA2608 ];
33 platforms = [ "x86_64-darwin" ];