wip/lua-say: import lua52-say-1.3

say is a simple string key/value store for i18n or ay other case
where you want namespaced strings.
This commit is contained in:
Jonathan Buschmann 2020-01-03 23:51:13 +08:00
parent aae14225c8
commit 3bd746705a
4 changed files with 34 additions and 0 deletions

2
lua-say/DESCR Normal file
View File

@ -0,0 +1,2 @@
say is a simple string key/value store for i18n or ay other case
where you want namespaced strings.

24
lua-say/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $NetBSD$
DISTNAME= lua-say-1.3
PKGNAME= ${DISTNAME:S/lua/${LUA_PKGPREFIX}/}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=Olivine-Labs/}
GITHUB_PROJECT= say
GITHUB_TAG= v${PKGVERSION_NOREV}-1
HOMEPAGE= https://github.com/Olivine-Labs/say
COMMENT= Lua string hashing library, useful for internationalization
LICENSE= mit
NO_BUILD= yes
INSTALLATION_DIRS+= ${LUA_LDIR} ${LUA_LDIR}/say
do-install:
${INSTALL_DATA} ${WRKSRC}/src/init.lua \
${DESTDIR}${PREFIX}/${LUA_LDIR}/say/
.include "../../lang/lua/module.mk"
.include "../../mk/bsd.pkg.mk"

2
lua-say/PLIST Normal file
View File

@ -0,0 +1,2 @@
@comment $NetBSD$
${LUA_LDIR}/say/init.lua

6
lua-say/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.3 2015/08/10 22:13:59 jonthn Exp $
SHA1 (lua-say-1.3.tar.gz) = 88509fecc43d18fffe2947a66ba710d747e5bbf0
RMD160 (lua-say-1.3.tar.gz) = 9d9e70ac88d0a02000a6773766206d59c459924d
SHA512 (lua-say-1.3.tar.gz) = 8d4a360bf0731c2a70c23edb9e6e81cab1e7d9b861aa35103a5c6e521633410860d76c46dc2ea62a06ac8ab3b522bc71c11143d6fe7e26e7fa24dd3f5ea1e5f6
Size (lua-say-1.3.tar.gz) = 3667 bytes