summaryrefslogtreecommitdiff
path: root/devel/interactive_rebase_tool/Makefile
blob: 83c6c29a88e7aeeeb02dee76083407e9dae65431 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	interactive_rebase_tool
DISTVERSION=	2.4.1
PORTREVISION=	12
CATEGORIES=	devel

MAINTAINER=	petteri.valkonen@iki.fi
COMMENT=	Improved sequence editor for Git
WWW=		https://gitrebasetool.mitmaro.ca/

LICENSE=	GPLv3+

LIB_DEPENDS=	libgit2.so:devel/libgit2

USES=		cargo
USE_GITHUB=	yes
GH_ACCOUNT=	MitMaro
GH_PROJECT=	git-interactive-rebase-tool

PLIST_FILES=	bin/interactive-rebase-tool \
		share/man/man1/interactive-rebase-tool.1.gz

post-install:
	${INSTALL_MAN} ${WRKSRC}/src/interactive-rebase-tool.1 ${STAGEDIR}${PREFIX}/share/man/man1

.include <bsd.port.mk>