void-packages/srcpkgs/exercism/template

20 lines
543 B
Bash
Raw Normal View History

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