mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.1 KiB
Tcl
37 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup python 1.0
|
|
|
|
github.setup lilydjwg pssh 2.3.6 v
|
|
github.tarball_from archive
|
|
name pssh-lilydjwg
|
|
revision 0
|
|
|
|
description Fork of pssh (Parallel SSH) with Python 3 support and \
|
|
bugfixes
|
|
long_description {*}${description}
|
|
|
|
categories sysutils net
|
|
conflicts putty
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 4433e5f5be5f42412e33bfcdf555dd887d4ca0ed \
|
|
sha256 dfe1b898e483377213b44b8316a81fd6e1bbe427e1607e76be18366071c04c85 \
|
|
size 52295
|
|
|
|
python.default_version 314
|
|
|
|
post-destroot {
|
|
# install man pages
|
|
xinstall -d "${destroot}${prefix}/share/man/man1"
|
|
foreach manpage [glob ${worksrcpath}/man/man1/*] {
|
|
copy ${manpage} ${destroot}${prefix}/share/man/man1/
|
|
}
|
|
}
|