freebsd-ports/security/git-remote-gcrypt/Makefile
Ashish SHUKLA 48cb92067d git-remote-gcrypt is a git remote helper to push and pull from
repositories encrypted with GnuPG. It works with the standard git
transports, including repository hosting services like GitHub.

WWW: https://spwhitton.name/tech/code/git-remote-gcrypt/
2017-10-08 15:37:03 +00:00

34 lines
685 B
Makefile

# Created by: Ashish SHUKLA <ashish@FreeBSD.org>
# $FreeBSD$
PORTNAME= git-remote-gcrypt
PORTVERSION= 1.0.2
CATEGORIES= security
MAINTAINER= ashish@FreeBSD.org
COMMENT= PGP-encrypt git remotes
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= rst2man:textproc/py-docutils
RUN_DEPENDS= rsync:net/rsync \
curl:ftp/curl \
gpg:security/gnupg
USE_GITHUB= yes
GH_ACCOUNT= spwhitton
MAKE_ENV= DESTDIR=${STAGEDIR}
NO_BUILD=
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
post-extract:
@${REINPLACE_CMD} -e s,prefix/share/man,prefix/man, ${WRKSRC}/install.sh
do-install:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${WRKSRC}/install.sh
.include <bsd.port.mk>