
Receipt for package "nim"
# SliTaz package receipt. PACKAGE="nim" VERSION="1.6.6" CATEGORY="development" SHORT_DESC="The Nim programming language." MAINTAINER="maintainer@slitaz.org" LICENSE="MIT" WEB_SITE="https://www.nim-lang.org/" PROVIDES="nimrod" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="${WEB_SITE}download/$TARBALL" DEPENDS="gcc83-lib-base glibc-base readline" BUILD_DEPENDS="gcc83 glibc-dev readline-dev" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed '/released/!d;s|.*Version ||;s| released.*||;q' } # Rules to configure and make the package. compile_rules() { sed -i "s/uname -m/echo $ARCH/" build.sh chmod +x build.sh chmod +x install.sh export CC=gcc-83 export CXX=g++-83 ./build.sh && ./bin/nim c -d:release koch && ./koch boot -d:release && ./install.sh $DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/nim mkdir -p $fs/usr/lib cp -a $install/nim/bin $fs/usr cp -a $install/nim/config $fs/etc cp -a $install/nim/lib $fs/usr/lib/nim cp -a $install/nim/doc $fs/usr/share/nim }
6091 packages and 256114 files in current database (Thu Apr 3 00:00:04 2025)