2018-11-10 17:31:54 +01:00
|
|
|
# Template file for 'exercism'
|
|
|
|
pkgname=exercism
|
2018-12-12 10:58:59 +01:00
|
|
|
version=3.0.11
|
2018-11-10 17:31:54 +01:00
|
|
|
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"
|
2018-12-12 10:58:59 +01:00
|
|
|
checksum=544088bc562a8624e3527dd9d3ccf944dc4923b644bcdf49ef04e6d0ee48ddad
|
2018-11-10 17:31:54 +01:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|