X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=blobdiff_plain;f=mdp.cygport;fp=mdp.cygport;h=0000000000000000000000000000000000000000;hp=af6da10ef34ca18c4f9f1fd6f96e0b7a22ef23fb;hb=6a328bf6617966ec88be7c7dd78e160933f84a94;hpb=96277f3ca3bb80c44eb559b782cdd7044cd71514 diff --git a/mdp.cygport b/mdp.cygport deleted file mode 100644 index af6da10..0000000 --- a/mdp.cygport +++ /dev/null @@ -1,34 +0,0 @@ -# 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() { :; } -