mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
109c3d4629
PR: 276033
29 lines
564 B
Makefile
29 lines
564 B
Makefile
PORTNAME= sigi
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.6.1
|
|
PORTREVISION= 5
|
|
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= hiljusti@so.dang.cool
|
|
COMMENT= Organizing tool for terminal lovers who hate organizing
|
|
WWW= https://github.com/sigi-cli/sigi
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cargo
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= sigi-cli
|
|
|
|
CARGO_BUILD_ARGS= --all
|
|
|
|
PLIST_FILES= bin/sigi \
|
|
man/man1/sigi.1.gz
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|