Add ProZilla 2.2.0 and libprozilla 1.2.0 packages
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DIST wolfssh-1.5.0.tar.gz 921819 BLAKE2B 4fd8da335f5e49142fbac96b70ac555f2db6439d1f91ee801a77975312992e5e44bb2d09fef49370f401f1d71262c2db84e634b813b3b41712dc336478ca820b SHA512 6a1eff11cbb7452c225506cc86f5404af84c69cb0871153a4e7efdbf5c725fccfcbc974d22665a984571ee06f92a65bc81b3d635c68a6460fe77fe0ee4590478
|
||||
EBUILD wolfssh-1.5.0.ebuild 699 BLAKE2B eaf78466c8c22f328bd757ade7ebdac3b8393b789bd2c433b0347fedcd13435bb099c58da72c510b758b4a10460acc555fa3d500c6c97277e9bd4c4669089e2c SHA512 cf9497e1dcd1b94040a80d67014fe2a35b37b339045db16b94216fadf9522727692af11fd1e8cd48e4afe708d3ca01494d4cba093a621e13943f22f5746a6c78
|
||||
MISC metadata.xml 286 BLAKE2B 71fdd5433323e0cfd083e2fc8b9fe111d35f0527fe77b83dd10fe40df37c66cd7134d7b2c642c940c0c056480a0fff0c780bf341ea8af3f2f52c018f3f170ae4 SHA512 e99c0414bd2de1c4244196dc76300fefc825e38438efc4c4c50ee775ab3e8ac92db2e997d20ccefe7df031d18228f0020254710847e6a293db8331b912e2773e
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata><upstream><remote-id type="github">wolfSSL/wolfssh</remote-id></upstream>
|
||||
<use><flag name="sftp">Enable the SFTP client and server API</flag></use></pkgmetadata>
|
||||
@@ -0,0 +1,17 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
EAPI=8
|
||||
inherit autotools
|
||||
DESCRIPTION="Small SSHv2 library with SFTP support"
|
||||
HOMEPAGE="https://www.wolfssl.com/products/wolfssh/ https://github.com/wolfSSL/wolfssh"
|
||||
SRC_URI="https://github.com/wolfSSL/${PN}/archive/refs/tags/v${PV}-stable.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${P}-stable"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0/16"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
|
||||
IUSE="debug +sftp"
|
||||
RDEPEND=">=dev-libs/wolfssl-5.9.2:="
|
||||
DEPEND="${RDEPEND}"
|
||||
src_prepare() { default; eautoreconf; }
|
||||
src_configure() { econf --disable-examples $(use_enable debug) $(use_enable sftp); }
|
||||
src_test() { emake check; }
|
||||
Reference in New Issue
Block a user