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