pantry/projects/chiark.greenend.org.uk/putty/package.yml
2023-05-06 14:28:11 -04:00

40 lines
854 B
YAML

distributable:
url: https://the.earth.li/~sgtatham/putty/latest/putty-{{version.marketing}}.tar.gz
strip-components: 1
versions:
url: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
match: /putty-\d+\.\d+\.tar.gz
strip:
- /^putty-/
- /.tar.gz
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
cmake.org: '*'
chiark.greenend.org.uk/halibut: '*'
freedesktop.org/pkg-config: '*'
perl.org: '*'
script: |
cmake -S . -B build $ARGS
cmake --build build
cmake --install build
env:
ARGS:
- -DCMAKE_INSTALL_PREFIX:PATH="{{prefix}}"
- -DRELEASE=svn-{{version.marketing}}
- -DPUTTY_GTK_VERSION=NONE
provides:
- bin/pageant
- bin/plink
- bin/pscp
- bin/psftp
- bin/psusan
- bin/puttygen
test:
puttygen --version | grep {{version.marketing}}