mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+luarocks.org (#3741)
* +luarocks.org * omit unnecessary env * fix tests * fix * fix lua hardcoded paths --------- Co-authored-by: Jacob Heider <jacob@pkgx.dev>
This commit is contained in:
parent
c3a7d8d793
commit
17f7ee70bd
39
projects/luarocks.org/package.yml
Normal file
39
projects/luarocks.org/package.yml
Normal file
|
@ -0,0 +1,39 @@
|
|||
distributable:
|
||||
url: https://github.com/luarocks/luarocks/archive/refs/tags/v{{version.raw}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: luarocks/luarocks/tags
|
||||
strip: /v/
|
||||
|
||||
dependencies:
|
||||
lua.org: '*'
|
||||
info-zip.org/unzip: '*'
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
gnu.org/make: ^4
|
||||
gnu.org/sed: ^4
|
||||
script:
|
||||
- ./configure $ARGS
|
||||
- make --jobs {{ hw.concurrency }} install
|
||||
- run: |
|
||||
fix-shebangs.ts luarocks-admin luarocks
|
||||
sed -i.bak \
|
||||
-e 's|\[\[{{prefix}}|debug.getinfo(1).source:match("@?(.*/)") .. \[\[..|g' \
|
||||
luarocks-admin luarocks
|
||||
rm luarocks-admin.bak luarocks.bak
|
||||
working-directory: ${{prefix}}/bin
|
||||
env:
|
||||
ARGS:
|
||||
- --prefix="{{prefix}}"
|
||||
- --sysconfdir="{{prefix}}/etc"
|
||||
- --rocks-tree="{{prefix}}"
|
||||
- --force-config
|
||||
- --disable-incdir-check
|
||||
|
||||
provides:
|
||||
- bin/luarocks
|
||||
- bin/luarocks-admin
|
||||
|
||||
test: test "$(luarocks --version | awk 'NR==1 {print $NF}')" = "{{version.raw}}"
|
Loading…
Reference in a new issue