Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!68365
main/perl-*, community/putty: take over maintainership from
@jbilyk
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
main/perl-*, community/putty: take over maintainership from
@jbilyk
Celeste/aports:adopt-from-jbilyk
into
master
Overview
0
Commits
3
Pipelines
2
Changes
3
Merged
Celeste
requested to merge
Celeste/aports:adopt-from-jbilyk
into
master
8 months ago
Overview
0
Commits
3
Pipelines
2
Changes
3
Expand
emailed
@jbilyk
and received the go ahead to take over these 3 aports
0
0
Merge request reports
Compare
master
version 1
bfb16f7a
8 months ago
master (base)
and
latest version
latest version
bfb16f7a
3 commits,
8 months ago
version 1
bfb16f7a
3 commits,
8 months ago
3 files
+
36
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
community/putty/APKBUILD
+
12
−
3
Options
# 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