SHA256
10
0
forked from pool/lua-loadkit
2020-04-04 20:07:55 +00:00
committed by Git OBS Bridge
parent 87f6ad41df
commit 5446c8ebe8

View File

@@ -32,7 +32,7 @@ License: MIT
Group: Development/Libraries/Other
URL: https://github.com/leafo/loadkit
Source: https://github.com/leafo/%{mod_name}/archive/v%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz
BuildRequires: %{flavor}-moonscript
# BuildRequires: %{flavor}-moonscript
BuildRequires: %{flavor}-devel
Requires: %{flavor}
%if %{with test}
@@ -59,7 +59,8 @@ of any extension using the current search path.
%setup -q -n %{mod_name}-%{version}
%build
moonc loadkit.moon
# Use prebuilt loadkit.lua to avoid build cycle.
# moonc loadkit.moon
%install
%if ! %{with test}