This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues/pull-requests.
|
name: lua
|
|
version: 5.3.5
|
|
release: 1
|
|
sources: https://www.lua.org/ftp/lua-%{version}.tar.gz
|
|
|
|
@build
|
|
cd %{name}-%{version}
|
|
make LDFLAGS=-lncursesw linux DESTDIR=%{pkg}
|
|
|
|
@install
|
|
cd %{name}-%{version}
|
|
make install INSTALL_TOP=%{pkg}
|