mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
jujutsu: add openssh dependency
This commit is contained in:
parent
b63e815f12
commit
05738e7547
1 changed files with 3 additions and 1 deletions
|
@ -1,11 +1,13 @@
|
||||||
# Template file for 'jujutsu'
|
# Template file for 'jujutsu'
|
||||||
pkgname=jujutsu
|
pkgname=jujutsu
|
||||||
version=0.15.1
|
version=0.15.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libgit2-devel openssl-devel libzstd-devel"
|
makedepends="libgit2-devel openssl-devel libzstd-devel"
|
||||||
|
depends="openssh"
|
||||||
|
checkdepends="openssh"
|
||||||
short_desc="Git-compatible VCS that is both simple and powerful"
|
short_desc="Git-compatible VCS that is both simple and powerful"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue