./misc/exercism, Command line tool for exercism.org

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.1.0nb2, Package name: exercism-cli-3.1.0nb2, Maintainer: schmonz

The Exercism CLI is the link between the exercism.org website and your
local work environment. It lets you download exercises and submit your
solution to the site.


Master sites:

Filesize: 57.298 KB

Version history: (Expand)


CVS history: (Expand)


   2023-03-19 13:16:30 by Leonardo Taccari | Files touched by this commit (2)
Log message:
exorcism: Remove USE_LANGUAGES and adjust distfile handling

- Using empty USE_LANGUAGES at least for Go 1.20.x is problematic because
  runtime/cgo and probably other modules actually needs a C compiler (build
  fails without it too)
- Set a non-generic DISTNAME to avoid possible conflicts (there could be several
  `cli' distfiles, they can eventually conflicts eachother and we can eventually
  avoid that via DIST_SUBDIR or just by setting DISTNAME (that's simpler))

Bump PKGREVISION.
   2023-03-17 12:39:18 by Amitai Schleier | Files touched by this commit (2)
Log message:
Install shell completions. Bump PKGREVISION.
   2023-03-15 21:22:51 by Amitai Schleier | Files touched by this commit (7)
Log message:
Add exercism: Command line tool for exercism.org

The Exercism CLI is the link between the exercism.org website and your
local work environment. It lets you download exercises and submit your
solution to the site.