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