mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
e1d1045bc7
PR: 271797
25 lines
480 B
Makefile
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>
|