File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ inherit : [autotools]
2+
3+ depends :
4+ - libs::libxcrypt-dev
5+ - libs::zlib-dev
6+ - use : []
7+ depends :
8+ - libs::libxcrypt-tgt
9+ - libs::zlib-tgt
10+
11+ metaEnvironment :
12+ PKG_VERSION : " 2025.89"
13+ PKG_LICENSE : " MIT-style"
14+
15+ checkoutSCM :
16+ scm : url
17+ url : " https://matt.ucc.asn.au/dropbear/dropbear-${PKG_VERSION}.tar.bz2"
18+ digestSHA256 : " 0d1f7ca711cfc336dc8a85e672cab9cfd8223a02fe2da0a4a7aeb58c9e113634"
19+ stripComponents : 1
20+
21+ buildScript : |
22+ autotoolsBuild \
23+ -o PROGRAMS="dropbear scp" \
24+ -O PROGRAMS="dropbear scp" \
25+ $1 \
26+ --disable-lastlog
27+
28+ packageScript : |
29+ autotoolsPackageTgt
30+
31+ provideDeps : [ "*-tgt" ]
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ depends:
9999 - net::bridge-utils
100100 - net::chrony
101101 - net::dnsmasq
102+ - net::dropbear
102103 - net::ebtables
103104 - net::ethtool
104105 - net::ifenslave
You can’t perform that action at this time.
0 commit comments