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