diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-12-18 23:47:46 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-12-18 23:47:46 -0600 |
commit | 0d980b3a34fe71eda731cda69da710a36244129b (patch) | |
tree | 20798f39e5d167a607414fd700b0b30997b7caa1 | |
parent | 8d7650c6e0dd4027ceacf045bad391c5bc9dce86 (diff) | |
download | luaossl-packaging-0d980b3a34fe71eda731cda69da710a36244129b.tar.gz luaossl-packaging-0d980b3a34fe71eda731cda69da710a36244129b.tar.bz2 luaossl-packaging-0d980b3a34fe71eda731cda69da710a36244129b.zip |
work
-rwxr-xr-x | init | 4 | ||||
-rw-r--r-- | luaossl-git-0.rockspec (renamed from luaossl-git.rockspec) | 2 | ||||
-rw-r--r-- | meta.lua | 3 |
3 files changed, 6 insertions, 3 deletions
@@ -1,9 +1,9 @@ | |||
1 | #!/bin/sh -ex | 1 | #!/bin/sh -ex |
2 | 2 | ||
3 | cp luaossl-packaging/luaossl-git.rockspec luaossl | 3 | cp luaossl-packaging/luaossl-git-0.rockspec luaossl |
4 | cd luaossl | 4 | cd luaossl |
5 | luarocks config variables.CFLAGS " $CFLAGS" | 5 | luarocks config variables.CFLAGS " $CFLAGS" |
6 | luarocks make --pack-binary-rock luafilesystem-scm-1.rockspec | 6 | luarocks make --pack-binary-rock luaossl-git-0.rockspec |
7 | obj="luaossl-git.$(luarocks config arch).rock" | 7 | obj="luaossl-git.$(luarocks config arch).rock" |
8 | cp $obj /root | 8 | cp $obj /root |
9 | cd /root | 9 | cd /root |
diff --git a/luaossl-git.rockspec b/luaossl-git-0.rockspec index 5ce0dd6..dc740b7 100644 --- a/luaossl-git.rockspec +++ b/luaossl-git-0.rockspec | |||
@@ -1,5 +1,5 @@ | |||
1 | package = "luaossl" | 1 | package = "luaossl" |
2 | version = "git" | 2 | version = "git-0" |
3 | source = { | 3 | source = { |
4 | url = "file:///root/luaossl"; | 4 | url = "file:///root/luaossl"; |
5 | } | 5 | } |
@@ -28,6 +28,9 @@ for version, _, name, optimization, rel, flag, _, image in cartesian(lua_version | |||
28 | {"git", "luaossl"}, | 28 | {"git", "luaossl"}, |
29 | {"cicd","image-luarocks-" .. version .. "-" .. image}, | 29 | {"cicd","image-luarocks-" .. version .. "-" .. image}, |
30 | {"cicd","lua" .. version .. "-" .. name .. "-" .. rel .. "-" .. image .. ":lua" .. version .. ".dll"}, | 30 | {"cicd","lua" .. version .. "-" .. name .. "-" .. rel .. "-" .. image .. ":lua" .. version .. ".dll"}, |
31 | {"cicd","libressl-" .. optimization .. "-" .. rel .. "-" .. image .. ":include.tar.gz"}, | ||
32 | {"cicd","libressl-" .. optimization .. "-" .. rel .. "-" .. image .. ":libcrypto.a"}, | ||
33 | {"cicd","libressl-" .. optimization .. "-" .. rel .. "-" .. image .. ":libssl.a"}, | ||
31 | }, | 34 | }, |
32 | produces = { | 35 | produces = { |
33 | ["luaossl-git.mingw32-x86_64.rock"] = {"luarocks.sh", "luaossl", image, version, name, rel}, | 36 | ["luaossl-git.mingw32-x86_64.rock"] = {"luarocks.sh", "luaossl", image, version, name, rel}, |