diff options
author | khorben <khorben@pkgsrc.org> | 2022-05-08 20:32:14 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2022-05-08 20:32:14 +0000 |
commit | ccc4829aa62e8fbc3717f171b06780670af4bd96 (patch) | |
tree | a2b45402eef184c3dd8946f94a38f51cfe4dbb5d /net | |
parent | bb762b41d5514fdea64b2bfcce994b88d6b71471 (diff) | |
download | pkgsrc-ccc4829aa62e8fbc3717f171b06780670af4bd96.tar.gz |
lua-unbound: import version 1.0.0
This is a binding to libunbound for Lua.
Diffstat (limited to 'net')
-rw-r--r-- | net/lua-unbound/DESCR | 1 | ||||
-rw-r--r-- | net/lua-unbound/Makefile | 20 | ||||
-rw-r--r-- | net/lua-unbound/PLIST | 2 | ||||
-rw-r--r-- | net/lua-unbound/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/net/lua-unbound/DESCR b/net/lua-unbound/DESCR new file mode 100644 index 00000000000..bb9b2ba2f42 --- /dev/null +++ b/net/lua-unbound/DESCR @@ -0,0 +1 @@ +This is a binding to libunbound for Lua. diff --git a/net/lua-unbound/Makefile b/net/lua-unbound/Makefile new file mode 100644 index 00000000000..e3b49b32d41 --- /dev/null +++ b/net/lua-unbound/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2022/05/08 20:32:14 khorben Exp $ + +DISTNAME= luaunbound-1.0.0 +PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/lua//} +CATEGORIES= net +MASTER_SITES= https://code.zash.se/dl/luaunbound/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://code.zash.se/dl/luaunbound/ +COMMENT= Binding of libunbound for the Lua language +LICENSE= modified-bsd + +USE_TOOLS+= gmake +MAKE_FILE= GNUmakefile + +LUA_VERSIONS_ACCEPTED= 52 + +.include "../../lang/lua/module.mk" +.include "../../net/unbound/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/lua-unbound/PLIST b/net/lua-unbound/PLIST new file mode 100644 index 00000000000..4645e82b08a --- /dev/null +++ b/net/lua-unbound/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2022/05/08 20:32:14 khorben Exp $ +${LUA_CDIR}/lunbound.so diff --git a/net/lua-unbound/distinfo b/net/lua-unbound/distinfo new file mode 100644 index 00000000000..b030d62c2c4 --- /dev/null +++ b/net/lua-unbound/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/05/08 20:32:14 khorben Exp $ + +BLAKE2s (luaunbound-1.0.0.tar.gz) = 08251412c865dfcff3ed42d53cdf926970fa34a1eded889b2c2ffc4bc979729b +SHA512 (luaunbound-1.0.0.tar.gz) = 9fab77481e7c84409d9ceb79156d06cb9ac2b2d7df53349e0f1b6c118022c9b1c22481e9413efedda41cc9acb1640d3d30cc4e0f9b7ed7fd6ed2511192a69d3c +Size (luaunbound-1.0.0.tar.gz) = 6366 bytes |