blob: 23e815d0341856dd254ff7654293e24af192d7da (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
name=dropbear
version=2025.88
release=2
source="https://matt.ucc.asn.au/${name}/releases/${name}-${version}.tar.bz2
run
config"
sv="run"
postbuild() {
install -Dm644 $SRC/config $PKG/etc/$name/config
}
|