# Template file for 'choosenim' pkgname=choosenim version=0.3.2 revision=1 hostmakedepends="git nim libressl-devel" makedepends="libressl-devel zlib-devel" depends="gcc" short_desc="The Nim toolchain installer" maintainer="SolitudeSF " license="MIT" homepage="https://github.com/dom96/choosenim" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=2478fcc75c5a147f63f755f700601ce25f8e2ca964b39ac3cb0d903d2fa22a2b do_build() { local arch args case "$XBPS_TARGET_MACHINE" in aarch64*) arch=arm64;; arm*) arch=arm;; mips*) arch=mips;; esac if [ -n "$arch" ]; then cat > nim.cfg <