1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/devel/git-absorb/Makefile
2023-06-09 13:38:16 +02:00

25 lines
480 B
Makefile

PORTNAME= git-absorb
DISTVERSION= 0.6.10
PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Git command for automating fixup/autosquash commits
WWW= https://github.com/tummychow/git-absorb
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
LIB_DEPENDS= libgit2.so:devel/libgit2
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= tummychow
PLIST_FILES= bin/git-absorb
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/git-absorb
.include <bsd.port.mk>