lazygit: add depends= on git

This commit is contained in:
maxice8 2018-08-10 17:26:47 -03:00
parent 0518ddc69f
commit 36b347fabe
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,10 +1,11 @@
# Template file for 'lazygit' # Template file for 'lazygit'
pkgname=lazygit pkgname=lazygit
version=0.1.48 version=0.1.48
revision=1 revision=2
build_style=go build_style=go
go_import_path=github.com/jesseduffield/lazygit go_import_path=github.com/jesseduffield/lazygit
hostmakedepends="git" hostmakedepends="git"
depends="git"
short_desc="Simple terminal UI for git commands" short_desc="Simple terminal UI for git commands"
maintainer="maxice8 <thinkabit.ukim@gmail.com>" maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT" license="MIT"