# Recipe (MakeRecipe) for TinyProxy by Lucas C. Villa Real , on Fri Mar 17 22:49:56 BRT 2017 # Recipe for version 1.8.4 by Lucas C. Villa Real , on Fri Mar 17 22:49:56 BRT 2017 compile_version=016 url="https://github.com/tinyproxy/tinyproxy/releases/download/1.8.4/tinyproxy-1.8.4.tar.xz" file_size=192300 file_md5=b181e8c78cb31c2bc16b61fcf2425190 dir='tinyproxy-1.8.4' recipe_type=configure pre_link() { mkdir -p $goboVariable/{log,run}/tinyproxy chown nobody:nobody $goboVariable/{log,run}/tinyproxy } unmanaged_files=( $goboVariable/log/tinyproxy $goboVariable/run/tinyproxy )