void-packages/srcpkgs/putty/template

21 lines
600 B
Bash

# Template file for 'putty'
pkgname=putty
version=0.77
revision=1
build_style=cmake
hostmakedepends="pkg-config perl"
makedepends="gtk+3-devel"
short_desc="Free Telnet/SSH Client"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://www.chiark.greenend.org.uk/~sgtatham/putty/"
changelog="https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html"
distfiles="https://the.earth.li/~sgtatham/putty/latest/putty-${version}.tar.gz"
checksum=419a76f45238fd45f2c76b42438993056e74fa78374f136052aaa843085beae5
CFLAGS="-Wno-error -UNDEBUG"
post_install() {
vlicense LICENCE
}