chroma: remove git build dep
This commit is contained in:
parent
28aa99019d
commit
ee2a466973
|
@ -6,7 +6,6 @@ build_wrksrc="cmd/chroma"
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/alecthomas/chroma/cmd/chroma"
|
go_import_path="github.com/alecthomas/chroma/cmd/chroma"
|
||||||
go_ldflags="-X main.version=${version} -X main.date=$(date +%Y.%m.%d)"
|
go_ldflags="-X main.version=${version} -X main.date=$(date +%Y.%m.%d)"
|
||||||
hostmakedepends="git"
|
|
||||||
short_desc="General purpose syntax highlighter"
|
short_desc="General purpose syntax highlighter"
|
||||||
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Reference in New Issue