-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathdropbear.yaml
60 lines (51 loc) · 1.46 KB
/
dropbear.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
package:
name: dropbear
version: 2022.83
epoch: 0
description: "small SSH 2 client/server designed for small memory environments"
copyright:
- license: MIT
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- linux-headers
- zlib-dev
pipeline:
- uses: fetch
with:
uri: https://matt.ucc.asn.au/dropbear/releases/dropbear-${{package.version}}.tar.bz2
expected-sha512: c63afa615d64b0c8c5e739c758eb8ae277ecc36a4223b766bf562702de69910904cbc3ea98d22989df478ae419e1f81057fe1ee09616c80cb859f58f44175422
- uses: autoconf/configure
with:
opts: |
--disable-utmp \
--disable-wtmp \
--disable-pututline \
--disable-lastlog
- uses: autoconf/make
with:
opts: |
PROGRAMS="dropbear dropbearkey dbclient dropbearconvert scp"
- uses: autoconf/make-install
with:
opts: |
PROGRAMS="dropbear dropbearkey dbclient dropbearconvert scp"
- uses: strip
subpackages:
- name: dropbear-dbclient
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr/bin
mv "${{targets.destdir}}"/usr/bin/dbclient "${{targets.subpkgdir}}"/usr/bin/
- name: dropbear-convert
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr/bin
mv "${{targets.destdir}}"/usr/bin/dropbearconvert "${{targets.subpkgdir}}"/usr/bin/
update:
enabled: true
release-monitor:
identifier: 466