# Template file for 'exercism'
pkgname=exercism
version=3.5.8
revision=1
build_style=go
go_import_path="github.com/exercism/cli"
go_package="${go_import_path}/exercism"
short_desc="Command line tool for exercism.io"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="MIT"
homepage="https://exercism.io"
changelog="https://github.com/exercism/cli/raw/main/CHANGELOG.md"
distfiles="https://github.com/exercism/cli/archive/v${version}.tar.gz"
checksum=386cee0117c42a0ead45b6f636f96c2fc20cc5f64f802fcda93c7a0778330f3c

post_install() {
	vlicense LICENSE
}
