From 27e4c028939d3dd847c2e2db736b7e48474bf816 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Wed, 24 Jul 2024 15:33:44 -0500 Subject: Try using references --- init | 3 ++- meta.lua | 8 ++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/init b/init index 250276c..30ad5d0 100755 --- a/init +++ b/init @@ -1 +1,2 @@ -#!/bin/bash -ex +#!/bin/sh -ex +ls -lah diff --git a/meta.lua b/meta.lua index 5646a3f..b084315 100644 --- a/meta.lua +++ b/meta.lua @@ -1,7 +1,11 @@ +local lua_versions = {"5.1","5.2","5.3","5.4"} + return { { - name = "lua", - requires = {}, + name = "lua5.1", + requires = { + {"git","lua#v5.1"}, + }, produces = {}, } } -- cgit v1.2.3-55-g6feb