import 'compile/configure' name=liferea version=1.12.1 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" \ '243773976223eb34ffd744639f23df99' 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: