View | Details | Raw Unified | Return to bug 249344
Collapse All | Expand All

(-)misc/tlci/Makefile (+25 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	tlci
4
DISTVERSION=	0.1.0.2
5
CATEGORIES=	misc
6
MASTER_SITES=	https://gitlab.com/herrhotzenplotz/tlci/
7
8
MAINTAINER=	nsonack@outlook.com
9
COMMENT=	Tiny Lambda Calculus interpreter
10
11
LICENSE=	BSD2CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
USE_GITLAB=	yes
15
GL_ACCOUNT=	herrhotzenplotz
16
GL_PROJECT=	tlci
17
GL_COMMIT=	4a3dd51a872f36a513f06efa475922259dee91f1
18
19
PLIST_FILES=	${PREFIX}/bin/tlci \
20
		${PREFIX}/man/man8/tlci.8.gz
21
22
post-install:
23
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tlci
24
25
.include <bsd.port.mk>
(-)misc/tlci/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1600187213
2
SHA256 (herrhotzenplotz-tlci-4a3dd51a872f36a513f06efa475922259dee91f1_GL0.tar.gz) = f4cd58bd4c2e5f6a8af61ec6a1a87180ac3486738d5c8d4df5736541bfaa94dc
3
SIZE (herrhotzenplotz-tlci-4a3dd51a872f36a513f06efa475922259dee91f1_GL0.tar.gz) = 18410
(-)misc/tlci/pkg-descr (+4 lines)
Line 0 Link Here
1
The tiny lambda calculus interpreter is a portable interpreter
2
for an untyped lambda calculus in C99.
3
4
WWW: https://gitlab.com/herrhotzenplotz/tlci

Return to bug 249344