import 'compile/configure' name=liferea version=1.12-rc3 update_url="https://github.com/lwindolf/$name/releases" define_option '!patch: Apply some custom patches' dlextract "https://github.com/lwindolf/$name/releases/download/v$version/$name-$version.tar.bz2" \ '7a42afc775ac7b78ea324730052f649a' option patch extrafile "$name-$version-dont-hide-window.patch" _ cd "$name-$version" option patch patch -p0 -i "../$name-$version-dont-hide-window.patch" compile_configure -- --disable-schemas-compile --disable-static # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: