mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Add lua-pgsql 1.6.8, lua binding for PostgreSQL.
PR: 254188 Submitted by: dmitry.wagin@ya.ru
This commit is contained in:
@@ -168,6 +168,7 @@
|
||||
SUBDIR += litestream
|
||||
SUBDIR += lmdb
|
||||
SUBDIR += lua-lsqlite3
|
||||
SUBDIR += lua-pgsql
|
||||
SUBDIR += lua-resty-redis
|
||||
SUBDIR += lua-xapian
|
||||
SUBDIR += luadbi
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pgsql
|
||||
PORTVERSION= 1.6.8
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dmitry.wagin@ya.ru
|
||||
COMMENT= Lua binding for PostgreSQL
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= lua pgsql:9.5+
|
||||
WANT_PGSQL= client
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= arcapos
|
||||
GH_PROJECT= luapgsql
|
||||
GH_TAGNAME= 023992e
|
||||
|
||||
MAKE_ARGS= LUA_VERSION=${LUA_VER}
|
||||
|
||||
PLIST_FILES= ${LUA_MODLIBDIR}/pgsql.so
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${LUA_MODLIBDIR}
|
||||
${INSTALL_LIB} ${WRKSRC}/libpgsql.so ${STAGEDIR}${LUA_MODLIBDIR}/pgsql.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1615382038
|
||||
SHA256 (arcapos-luapgsql-1.6.8-023992e_GH0.tar.gz) = 2c2e56e9f9dca510c706bdf2f549aee957cb3632986d7ab1aef02ccb4bc0d9fd
|
||||
SIZE (arcapos-luapgsql-1.6.8-023992e_GH0.tar.gz) = 13775
|
||||
@@ -0,0 +1,3 @@
|
||||
Lua binding for PostgreSQL.
|
||||
|
||||
WWW: https://github.com/arcapos/luapgsql
|
||||
Reference in New Issue
Block a user