blob: 9df280ac37681ac1ae2a1dfb3dab9c37bf52cc22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
name=dropbear
version=2025.89
release=1
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
}
|