chroma: remove git build dep

This commit is contained in:
Michal Vasilek 2022-05-01 12:52:02 +02:00
parent 28aa99019d
commit ee2a466973
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ build_wrksrc="cmd/chroma"
build_style=go
go_import_path="github.com/alecthomas/chroma/cmd/chroma"
go_ldflags="-X main.version=${version} -X main.date=$(date +%Y.%m.%d)"
hostmakedepends="git"
short_desc="General purpose syntax highlighter"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="MIT"