all the things
This commit is contained in:
30
devel/lua-say/Makefile
Normal file
30
devel/lua-say/Makefile
Normal file
@@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2019/07/12 20:44:41 sthen Exp $
|
||||
|
||||
COMMENT= lua string hashing/indexing library
|
||||
CATEGORIES= devel
|
||||
|
||||
GH_ACCOUNT= Olivine-Labs
|
||||
GH_PROJECT= say
|
||||
GH_TAGNAME= v1.3-1
|
||||
|
||||
PKGNAME = lua-say-1.3.1
|
||||
|
||||
MAINTAINER= sh+ports@codevoid.de
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/lua
|
||||
|
||||
FLAVORS = lua52 lua53
|
||||
FLAVOR ?=
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MODLUA_DATADIR} \
|
||||
${MODLUA_DATADIR}/say
|
||||
${INSTALL_DATA} ${WRKSRC}/src/*.lua ${MODLUA_DATADIR}/say/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
Reference in New Issue
Block a user