pkgbase = choosenim
	pkgdesc = Installs different versions of Nim compiler and tools and switches between them
	pkgver = 0.8.16
	pkgrel = 1
	url = https://github.com/nim-lang/choosenim
	install = choosenim.install
	arch = x86_64
	license = BSD-3-Clause
	makedepends = git
	depends = curl
	depends = glibc
	optdepends = clang: C/C++ backend
	optdepends = gcc: C/C++ backend
	provides = nim
	provides = nimble
	provides = nimgrep
	provides = nimpretty
	provides = nimsuggest
	conflicts = nim
	source = choosenim-0.8.16.tar.gz::https://github.com/nim-lang/choosenim/archive/refs/tags/v0.8.16.tar.gz
	sha256sums = b8549caa82bdc61025867262f11852ff948e0873f9ba27536b81e8473d5bc5e8
	source_x86_64 = https://nim-lang.org/download/nim-2.2.4-linux_x64.tar.xz
	sha256sums_x86_64 = 791802138aaf19c8579232c50b4998ce2ae2928b791127ce5b4ef3c7af53fb46

pkgname = choosenim
