mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
24 lines
735 B
Bash
24 lines
735 B
Bash
# Template file for 'gnome-ssh-askpass'
|
|
pkgname=gnome-ssh-askpass
|
|
version=10.0p1
|
|
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=021a2e709a0edf4250b1256bd5a9e500411a90dddabea830ed59cef90eb9d85c
|
|
|
|
alternatives="
|
|
ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/gnome-ssh-askpass
|
|
"
|
|
|
|
do_install() {
|
|
vbin gnome-ssh-askpass3 gnome-ssh-askpass
|
|
vlicense ../LICENCE
|
|
}
|