19 lines
516 B
Bash
19 lines
516 B
Bash
# Template file for 'putty'
|
|
pkgname=putty
|
|
version=0.70
|
|
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=bb8aa49d6e96c5a8e18a057f3150a1695ed99a24eef699e783651d1f24e7b0be
|
|
|
|
CFLAGS="-Wno-error"
|
|
|
|
post_install() {
|
|
vlicense LICENCE
|
|
}
|