void-packages/srcpkgs/gnome-ssh-askpass/template
2020-02-20 17:01:04 +01:00

28 lines
805 B
Bash

# Template file for 'gnome-ssh-askpass'
pkgname=gnome-ssh-askpass
version=8.2p1
revision=1
wrksrc="openssh-${version}"
hostmakedepends="pkg-config"
makedepends="gtk+-devel"
short_desc="GTK SSH passphrase grabber (from OpenSSH)"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause, BSD-2-Clause"
homepage="http://www.openssh.org"
distfiles="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${version}.tar.gz"
checksum=43925151e6cf6cee1450190c0e9af4dc36b41c12737619edff8bcebdff64e671
alternatives="
ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/gnome-ssh-askpass
"
do_build() {
cd contrib
${CC} ${CFLAGS} $(pkg-config --cflags gtk+-2.0) ${pkgname}2.c -o ${pkgname} $(pkg-config --libs gtk+-2.0) ${LDFLAGS} -lX11
}
do_install() {
vbin contrib/${pkgname}
vlicense LICENCE
}