void-packages/srcpkgs/gnome-ssh-askpass/template
2020-05-29 11:38:51 +02:00

28 lines
805 B
Bash

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