1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="A truely minimal markdown editor."
9 HOMEPAGE="https://typora.io"
10 SRC_URI="https://download.typora.io/linux/typora_${PV}_amd64.deb"
17 RESTRICT="mirror splitdebug"
21 x11-libs/libXScrnSaver
29 unpack_deb typora_${PV}_amd64.deb
34 mv "${S}/usr" "${D}" || die
36 pushd "${D}/usr/share/doc" > /dev/null || die
38 popd > /dev/null || die