remove ia64 keywords
[gentoo-zh.git] / sys-apps / mdp / mdp-9999.ebuild
blob81a631f12cd0fc3508f250def3691195523ba6ea
1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 inherit git-r3
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"
13 LICENSE="GPL-3"
14 SLOT="0"
16 RDEPEND="sys-libs/ncurses"
18 src_prepare() {
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
23 src_install() {
24 dobin mdp