# jdupes.cygport NAME="jdupes" VERSION=1.21.0 RELEASE=1 SUMMARY="jdupes is a program for identifying and taking actions upon duplicate files." DESCRIPTION="jdupes is a program for identifying and taking actions upon duplicate files." CATEGORY="Utility" HOMEPAGE="https://github.com/jbruchon/jdupes" SRC_URI="https://github.com/jbruchon/jdupes/archive/v${VERSION}.tar.gz" SRC_DIR="jdupes-${VERSION}" BUILD_REQUIRES="" REQUIRES="" PKG_NAMES="jdupes" src_compile() { lndirs cd ${B} NO_WINDOWS=1 cygmake "PREFIX=${D}" } src_install(){ cd ${B} NO_WINDOWS=1 cygmake "PREFIX=${D}" install }