# Simple web server for my personal site pages PKG lighttpd OVERLAY usr CMD fetch -mo /tmp http://192.168.1.50:3000/53hornet/53hor/archive/master.tar.gz CMD tar -C /var -xzvf /tmp/master.tar.gz --exclude drafts --exclude Makefile --exclude templates SYSRC lighttpd_enable=YES SERVICE lighttpd start