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