# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ inherit git-2 DESCRIPTION="A command-line based markdown presentation tool" HOMEPAGE="https://github.com/visit1985/mdp" SRC_URI="" EGIT_REPO_URI="https://github.com/visit1985/mdp.git" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND}" src_prepare() { # remove the CFLAGS and LDFLAGS defination in Makefile, use default option in make.conf as the binary will be stripped automatically sed -i -e '/CFLAGS[[:space:]]*=/d' -e '/LDFLAGS[[:space:]]*=/d' Makefile } src_install() { dobin mdp }