1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION
="A command-line based markdown presentation tool"
9 HOMEPAGE
="https://github.com/visit1985/mdp"
11 EGIT_REPO_URI
="https://github.com/visit1985/mdp.git"
16 RDEPEND
="sys-libs/ncurses"
19 # remove the CFLAGS and LDFLAGS defination in Makefile, use default option in make.conf as the binary will be stripped automatically
20 sed -i -e '/CFLAGS[[:space:]]*=/d' -e '/LDFLAGS[[:space:]]*=/d' Makefile