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