1 Star 0 Fork 0

xianyun/mdp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mdp.cygport 676 Bytes
一键复制 编辑 原始数据 按行查看 历史
Michael Göhler 提交于 2017-01-12 21:45 +08:00 . added PREFIX to cygport definition
# package name
NAME="mdp"
VERSION=1.0.9
RELEASE=1
# .hint generation
CATEGORY="Utils"
SUMMARY="A command-line based markdown presentation tool"
DESCRIPTION="A ncurses-based command-line presentation tool, which makes
it easy to create slides using the popular markdown format."
# source and patch files
SRC_URI="https://github.com/visit1985/mdp/archive/${VERSION}.tar.gz"
DOCS="sample.md"
# Build dependencies only
DEPEND="gcc-core libncurses-devel make"
# runtime deps to go in setup.hint
#REQUIRES="libncursesw10"
# custom src_compile, src_install and src_test
src_compile() {
cd ${S}
cygmake
}
src_install() {
cd ${S}
PREFIX=/usr cyginstall
}
src_test() { :; }
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/linux-git/mdp.git
git@gitee.com:linux-git/mdp.git
linux-git
mdp
mdp
master

搜索帮助