void-packages/srcpkgs/gnome-ssh-askpass/template

25 lines
734 B
Bash

# Template file for 'gnome-ssh-askpass'
pkgname=gnome-ssh-askpass
version=9.8p1
revision=1
build_wrksrc="contrib"
build_style=gnu-makefile
make_build_target="gnome-ssh-askpass3"
hostmakedepends="pkg-config"
makedepends="gtk+3-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=dd8bd002a379b5d499dfb050dd1fa9af8029e80461f4bb6c523c49973f5a39f3
alternatives="
ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/gnome-ssh-askpass
"
do_install() {
vbin gnome-ssh-askpass3 gnome-ssh-askpass
vlicense ../LICENCE
}