void-packages/srcpkgs/gnome-ssh-askpass/template
2019-10-11 12:40:56 +02:00

27 lines
805 B
Bash

# Template file for 'gnome-ssh-askpass'
pkgname=gnome-ssh-askpass
version=8.1p1
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=02f5dbef3835d0753556f973cd57b4c19b6b1f6cd24c03445e23ac77ca1b93ff
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
}