Improved code to install dump1090 binary in net/dump1090 and hostname symlinks in net/hostname Removed code that manually discards static archives in net/php Miscellaneous SHA512 checksum updates and minor fixes in several net pkg build files
31 lines
733 B
Text
Executable file
31 lines
733 B
Text
Executable file
app=autossh
|
|
version=1.4g
|
|
build=1sml
|
|
homepage="http://www.harding.motd.ca/autossh/"
|
|
download="https://www.harding.motd.ca/autossh/autossh-$version.tgz"
|
|
desc="Utility to automatically restart SSH sessions and tunnels"
|
|
requires="musl"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tgz
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix=""
|
|
|
|
make
|
|
install -Dm 755 autossh $pkg/bin/autossh
|
|
install -Dm 644 autossh.1 $pkg/share/man/man1/autossh.1
|
|
|
|
cp README autossh.host rscreen $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
499b560d978736f4e764d5d828282fdaba1cbf94811ae6be0be5434d9c1cdc6ca5513d728b6372aa243843cb1b91e61cfc5fdeb77ddb0b6a7ce027218ba67466 autossh-1.4g.tgz
|
|
"
|