swm_version: 1 base: distro_version: dev pins: {} mutations: - type: source_patch tarball: https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-10.3p1.tar.gz sha256: 56682a36bb92dcf4b4f016fd8ec8e74059b79a8de25c15d670d731e7d18e45f4 build: compiler: zig-cc target: x86_64-linux-musl link: static flags: [] phases: configure: ./configure --prefix=/usr --sysconfdir=/etc/ssh --with-ssl-dir=/usr --with-zlib=/usr --with-privsep-path=/var/empty --without-pam --without-selinux --without-hardening CC='zig cc -mcpu=baseline -target x86_64-linux-musl' LDFLAGS=-static && sed -i '/^CHANNELLIBS=/{s/-lcrypto/-l:libcrypto.a/g;s/-lz/-l:libz.a/g}' Makefile compile: make -j"$(nproc)" install: make install-nokeys DESTDIR=/out STRIP_OPT= zig_version: 0.13.0 target_bin: /usr/bin/openssh expected_hash: b3:938835e646b50efb3a2ca99ffc8a3b10e275584b6d99f91fcb9f84e8f2b94c2e deps: build: - zlib - openssl - perl runtime: []