mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
New package: exercism-3.0.10
This commit is contained in:
parent
008f0956ae
commit
ef8b2641da
1 changed files with 19 additions and 0 deletions
19
srcpkgs/exercism/template
Normal file
19
srcpkgs/exercism/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue