1 # Copyright 1999-2024 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"
20 x11-libs/libXScrnSaver
26 unpack_deb typora_
${PV}_amd64.deb
30 mv "${S}/usr" "${D}" || die
32 pushd "${D}/usr/share/doc" > /dev
/null || die
34 popd > /dev
/null || die