19 lines
516 B
Bash
19 lines
516 B
Bash
# Template file for 'putty'
|
|
pkgname=putty
|
|
version=0.68
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="gtk+-devel"
|
|
short_desc="A Free Telnet/SSH Client"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
|
|
distfiles="http://the.earth.li/~sgtatham/putty/latest/putty-${version}.tar.gz"
|
|
checksum=7ba256f46e5a353cafe811ce7914d0e22a52bdfc0e6e2d183ad28b5af44cd09c
|
|
|
|
CFLAGS="-Wno-error"
|
|
|
|
post_install() {
|
|
vlicense LICENCE
|
|
}
|