void-packages/srcpkgs/putty/template
2020-07-10 15:31:14 +02:00

20 lines
515 B
Bash

# Template file for 'putty'
pkgname=putty
version=0.74
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=ddd5d388e51dd9e6e294005b30037f6ae802239a44c9dc9808c779e6d11b847d
CFLAGS="-Wno-error"
post_install() {
vlicense LICENCE
}