19 lines
515 B
Bash
19 lines
515 B
Bash
# Template file for 'putty'
|
|
pkgname=putty
|
|
version=0.75
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="gtk+-devel"
|
|
short_desc="Free Telnet/SSH Client"
|
|
maintainer="Orphaned <orphan@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=d3173b037eddbe9349abe978101277b4ba9f9959e25dedd44f87e7b85cc8f9f5
|
|
|
|
CFLAGS="-Wno-error"
|
|
|
|
post_install() {
|
|
vlicense LICENCE
|
|
}
|