Skip to content

Commit

Permalink
koch?
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Aug 29, 2024
1 parent cd1bda4 commit f7e8664
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions anda/langs/nim/choosenim/choosenim.spec
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
%global nimver 2.0.8

Name: choosenim
Version: 0.8.5
Release: 1%?dist
Summary: Easily install and manage multiple versions of the Nim programming language
License: BSD-3-Clause
URL: https://github.com/nim-lang/choosenim
Source0: %url/archive/refs/tags/v%version.tar.gz
Source1: https://github.com/nim-lang/Nim/archive/refs/tags/v%nimver.tar.gz
Packager: madonuko <[email protected]>
BuildRequires: nim git

Expand All @@ -14,6 +17,13 @@ sources, enabling you to easily switch between stable and development compilers.

%prep
%autosetup
tar xf %SOURCE1

# bootstrap koch
pushd Nim-%nimver
nim c koch
popd
./Nim-%nimver/koch tools

%build
nimble setup -y
Expand Down

0 comments on commit f7e8664

Please sign in to comment.