summaryrefslogtreecommitdiff
path: root/editors/ox/Makefile
blob: a054f58f8da210ac3a3e7f9fdbd75060555ec34d (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=	ox
DISTVERSION=	0.7.7
PORTREVISION=	4
CATEGORIES=	editors
PKGNAMESUFFIX=	-text-editor

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Independent Rust text editor that runs in your terminal
WWW=		https://github.com/curlpipe/ox/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE

BROKEN_armv7=	compilation fails, see https://github.com/zhiburt/ptyprocess/issues/17
BROKEN_i386=	compilation fails, see https://github.com/zhiburt/ptyprocess/issues/17
BROKEN_powerpc=	compilation fails, see https://github.com/zhiburt/ptyprocess/issues/17

USES=		cargo

USE_GITHUB=	yes
GH_ACCOUNT=	curlpipe

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>