21 lines
600 B
Bash
21 lines
600 B
Bash
# Template file for 'putty'
|
|
pkgname=putty
|
|
version=0.78
|
|
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=274e01bcac6bd155dfd647b2f18f791b4b17ff313753aa919fcae2e32d34614f
|
|
|
|
CFLAGS="-Wno-error -UNDEBUG"
|
|
|
|
post_install() {
|
|
vlicense LICENCE
|
|
}
|