Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions recipes/net/dropbear.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
inherit: [autotools]

depends:
- libs::libxcrypt-dev
- libs::zlib-dev
- use: []
depends:
- libs::libxcrypt-tgt
- libs::zlib-tgt

metaEnvironment:
PKG_VERSION: "2025.89"
PKG_LICENSE: "MIT-style"

checkoutSCM:
scm: url
url: "https://matt.ucc.asn.au/dropbear/dropbear-${PKG_VERSION}.tar.bz2"
digestSHA256: "0d1f7ca711cfc336dc8a85e672cab9cfd8223a02fe2da0a4a7aeb58c9e113634"
stripComponents: 1

buildScript: |
autotoolsBuild \
-o PROGRAMS="dropbear scp" \
-O PROGRAMS="dropbear scp" \
$1 \
--disable-lastlog

packageScript: |
autotoolsPackageTgt

provideDeps: [ "*-tgt" ]
1 change: 1 addition & 0 deletions tests/buildall/recipes/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ depends:
- net::bridge-utils
- net::chrony
- net::dnsmasq
- net::dropbear
- net::ebtables
- net::ethtool
- net::ifenslave
Expand Down