1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

misc/chatgpt-shell-cli: Add nox11 flavor

Add nox11 flavor, so that it can be installed/used on headless servers.

PR:		271880
Reported by:	olgeni
This commit is contained in:
Jimmy Olgeni 2023-06-04 17:28:08 +02:00 committed by Nicola Vitale
parent 4ca6b84706
commit c7e31ef1e1
No known key found for this signature in database
GPG Key ID: A51E190C4C0808D0

View File

@ -15,7 +15,12 @@ RUN_DEPENDS= bash:shells/bash \
jq:textproc/jq \
xdg-open:devel/xdg-utils
USES= magick:run shebangfix
FLAVORS= x11 nox11
FLAVOR?= ${FLAVORS:[1]}
nox11_PKGNAMESUFFIX= -nox11
USES= magick:${FLAVOR},run shebangfix
USE_GITHUB= yes
GH_ACCOUNT= 0xacx