#By Kuratsune EAPI=6 inherit autotools git-r3 xdg-utils DESCRIPTION="WoeUSB allows creating Windows bootable USB storage." HOMEPAGE="https://github.com/slacka/WoeUSB" MY_AUTHOR="slacka" EGIT_REPO_URI="https://github.com/slacka/WoeUSB.git" EGIT_BRANCH="master" KEYWORDS="~x86 ~amd64" LICENSE="GPL-2" SLOT="0" DEPEND=">=x11-libs/wxGTK-2.8.4" RDEPEND="${DEPEND}" src_prepare() { ./setup-development-environment.bash default eautoreconf } pkg_post_install() { xdg_desktop_database_update xdg_mimeinfo_database_update }