lang/lci: Add port.
This is the original LOLCODE interpreter. WWW: http://lolcode.org PR: 196785 Differential Revision: https://reviews.freebsd.org/D1632 Submitted by: Maxim Filimonov <che@bein.link> Approved by: koobs (mentor)
This commit is contained in:
parent
e7fdee699f
commit
806b558bbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377881
4 changed files with 27 additions and 0 deletions
|
@ -126,6 +126,7 @@
|
|||
SUBDIR += kawa
|
||||
SUBDIR += kturtle
|
||||
SUBDIR += lafontaine
|
||||
SUBDIR += lci
|
||||
SUBDIR += libhx
|
||||
SUBDIR += libjit
|
||||
SUBDIR += libobjc2
|
||||
|
|
21
lang/lci/Makefile
Normal file
21
lang/lci/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lci
|
||||
PORTVERSION= 0.11.2
|
||||
CATEGORIES= lang
|
||||
|
||||
MAINTAINER= che@bein.link
|
||||
COMMENT= Original LOLCODE interpreter
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= justinmeza
|
||||
GH_COMMIT= 2464d0c
|
||||
GH_TAGNAME= v0.11.2
|
||||
|
||||
USES= cmake
|
||||
PLIST_FILES= bin/lci
|
||||
|
||||
.include <bsd.port.mk>
|
2
lang/lci/distinfo
Normal file
2
lang/lci/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (lci-0.11.2.tar.gz) = 92a97b9dd35a68e29f256cf359026076daf6dcb381391808ad1b4f94a772c8be
|
||||
SIZE (lci-0.11.2.tar.gz) = 312142
|
3
lang/lci/pkg-descr
Normal file
3
lang/lci/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is the original LOLCODE interpreter.
|
||||
|
||||
WWW: http://lolcode.org
|
Loading…
Reference in a new issue