diff --git a/srcpkgs/exercism/template b/srcpkgs/exercism/template new file mode 100644 index 0000000000..e77f04d917 --- /dev/null +++ b/srcpkgs/exercism/template @@ -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 " +license="MIT" +homepage="https://exercism.io" +distfiles="https://github.com/exercism/cli/archive/v${version}.tar.gz" +checksum=0dbb34ba3bb3571fbc75fa9f5cb0b061317589a98a1af12fe7318a2c4cdbda5b + +post_install() { + vlicense LICENSE +}