Skip to content
Snippets Groups Projects

main/perl-*, community/putty: take over maintainership from @jbilyk

Merged Celeste requested to merge Celeste/aports:adopt-from-jbilyk into master
3 files
+ 36
16
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 12
3
# Maintainer: Jeff Bilyk <jbilyk@alpinelinux.org>
# Contributor: Jeff Bilyk <jbilyk@alpinelinux.org>
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=putty
pkgver=0.81
pkgrel=0
pkgrel=1
pkgdesc="SSH and telnet client"
url="https://www.chiark.greenend.org.uk/~sgtatham/putty/"
arch="all"
license="MIT"
depends="ncurses-terminfo-base"
makedepends="cmake gtk+3.0-dev linux-headers perl samurai"
makedepends="
cmake
gtk+3.0-dev
linux-headers
perl
samurai
"
subpackages="$pkgname-doc"
source="https://the.earth.li/~sgtatham/putty/$pkgver/putty-$pkgver.tar.gz"
options="!check" # no test suite
@@ -39,6 +46,8 @@ build() {
package() {
DESTDIR="$pkgdir" cmake --install build
install -Dvm644 LICENCE -t "$pkgdir"/usr/share/licenses/$pkgname/
}
sha512sums="
Loading