blob: 6627c796ea2592287f5edb3aa153694ca4079ff0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= picoc
PORTVERSION= 2.1
PORTREVISION= 2
CATEGORIES= lang devel
MAINTAINER= portmaster@bsdforge.com
COMMENT= Very small C interpreter for scripting
LICENSE= BSD3CLAUSE
BROKEN_riscv64= Fails to link: missing sbrk
USE_GITHUB= yes
GH_ACCOUNT= zsaleeba
GH_TAGNAME= 4555e84
USES= gmake readline
PLIST_FILES= bin/picoc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/picoc ${STAGEDIR}${PREFIX}/bin/picoc
.include <bsd.port.mk>
|