pkgsrc-wip/gitless/Makefile
Thomas Klausner e7e6ff01c9 py-sh: add new package
sh (previously pbs) is a full-fledged subprocess replacement for
Python 2.6 - 3.4 that allows you to call any program as if it were
a function.
2016-11-01 22:19:47 +01:00

24 lines
671 B
Makefile

# $NetBSD$
DISTNAME= gitless-0.8.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=sdg-mit/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gitless.com/
COMMENT= Experimental version control system built on top of Git
LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-clint>=0.3.6:../../wip/py-clint
DEPENDS+= ${PYPKGPREFIX}-pygit2>=0.23.0:../../wip/py-pygit2
DEPENDS+= ${PYPKGPREFIX}-git-[0-9]*:../../wip/py-git
DEPENDS+= ${PYPKGPREFIX}-sh>=1.11:../../wip/py-sh
USE_LANGUAGES= # none
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} gl gl-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"