New package: exercism-3.0.10

This commit is contained in:
SolitudeSF 2018-11-10 18:31:54 +02:00 committed by maxice8
parent 008f0956ae
commit ef8b2641da

19
srcpkgs/exercism/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'exercism'
pkgname=exercism
version=3.0.10
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=0dbb34ba3bb3571fbc75fa9f5cb0b061317589a98a1af12fe7318a2c4cdbda5b
post_install() {
vlicense LICENSE
}