commit ac5dfad3e19405089f04c33611ce1df984376d9a parent 1712e957a733b009652513dc7161a97c4a63429f Author: parazyd <parazyd@dyne.org> Date: Sat, 3 Aug 2019 09:44:05 +0200 app-text/pointtools: Update to install dir2point and all examples. Diffstat:
M | app-text/pointtools/pointtools-9999.ebuild | | | 9 | +++++---- |
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/app-text/pointtools/pointtools-9999.ebuild b/app-text/pointtools/pointtools-9999.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit git-r3 DESCRIPTION="Scripts and ways to present point files" -HOMEPAGE="http://git.r-36.net/pointtools" -EGIT_REPO_URI="http://git.r-36.net/pointtools" +HOMEPAGE="gopher://bitreich.org/1/scm/pointtools/log.gph" +EGIT_REPO_URI="git://bitreich.org/pointtools" LICENSE="GPL-3" SLOT="0" @@ -18,6 +18,7 @@ DEPEND="app-text/utf8expr" RDEPEND="" src_install() { - dobin bin/md2point bin/point2pdf - dodoc README.md examples/hello/* + dobin bin/md2point bin/point2pdf bin/dir2point + dodoc README.md + dodoc -r examples }