20 lines
543 B
Bash
20 lines
543 B
Bash
# Template file for 'exercism'
|
|
pkgname=exercism
|
|
version=3.0.13
|
|
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=ecc27f272792bc8909d14f11dd08f0d2e9bde4cc663b3769e00eab6e65328a9f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|