void-packages/srcpkgs/exercism/template

19 lines
562 B
Bash

# Template file for 'exercism'
pkgname=exercism
version=3.1.0
revision=3
build_style=go
go_import_path="github.com/exercism/cli"
go_package="${go_import_path}/exercism"
short_desc="Command line tool for exercism.io"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="MIT"
homepage="https://exercism.io"
changelog="https://github.com/exercism/cli/raw/main/CHANGELOG.md"
distfiles="https://github.com/exercism/cli/archive/v${version}.tar.gz"
checksum=34653a6a45d49daef10db05672c9b4e36c3c30e09d57c3c0f737034d071ae4f6
post_install() {
vlicense LICENSE
}