SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
28
devel/lua-say/Makefile
Normal file
28
devel/lua-say/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
COMMENT= lua string hashing/indexing library
|
||||
CATEGORIES= devel
|
||||
|
||||
GH_ACCOUNT= Olivine-Labs
|
||||
GH_PROJECT= say
|
||||
GH_TAGNAME= v1.4.1
|
||||
|
||||
PKGNAME= lua-say-${GH_TAGNAME:S/v//}
|
||||
|
||||
MAINTAINER= Stefan Hagen <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/say/*.lua ${MODLUA_DATADIR}/say/
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/lua-say/distinfo
Normal file
2
devel/lua-say/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (say-1.4.1.tar.gz) = zgdUfKSe9CzHmeKjCzxlzncDmXjjLnlheZolLWGlZIY=
|
||||
SIZE (say-1.4.1.tar.gz) = 6091
|
2
devel/lua-say/pkg/DESCR
Normal file
2
devel/lua-say/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Say is a simple string key/value store for i18n or any other case where
|
||||
you want namespaced strings.
|
2
devel/lua-say/pkg/PLIST
Normal file
2
devel/lua-say/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
share/lua/${MODLUA_VERSION}/say/
|
||||
share/lua/${MODLUA_VERSION}/say/init.lua
|
Loading…
Add table
Add a link
Reference in a new issue