void-packages/srcpkgs/exercism/template
2019-07-10 20:50:47 +02:00

19 lines
543 B
Bash

# Template file for 'exercism'
pkgname=exercism
version=3.0.12
revision=1
wrksrc="cli-${version}"
build_style=go
go_import_path="github.com/exercism/cli"
go_package="${go_import_path}/exercism"
hostmakedepends="git"
short_desc="Command line tool for exercism.io"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="MIT"
homepage="https://exercism.io"
distfiles="https://github.com/exercism/cli/archive/v${version}.tar.gz"
checksum=cdafd383d866dca4bc96be002d5d25eeea4801d003456a0215e28a2fba5a0820
post_install() {
vlicense LICENSE
}