43 lines
883 B
RPMSpec
43 lines
883 B
RPMSpec
Name: jx
|
|
Version: %{version}
|
|
Release: %{!?rel:1}%{?dist}
|
|
Summary: Provision resources using a declarative YAML syntax.
|
|
|
|
License: https://gitea.rosskeen.house/doublejynx/jx/src/branch/main/LICENSE
|
|
URL: https://gitea.rosskeen.house/doublejynx/jx/
|
|
Source0: https://gitea.rosskeen.house/doublejynx/jx/archive/v0.2.2.tar.gz
|
|
|
|
BuildRequires: luajit-devel
|
|
BuildRequires: make
|
|
BuildRequires: golang >= 1.22.1
|
|
Requires: luajit
|
|
|
|
%description
|
|
|
|
%global debug_package %{nil}
|
|
%undefine _missing_build_ids_terminate_build
|
|
%global _missing_build_ids_terminate_build 0
|
|
|
|
%prep
|
|
%autosetup -n jx
|
|
|
|
|
|
%build
|
|
LDFLAGS=
|
|
%make_build
|
|
|
|
|
|
%install
|
|
mkdir -p %{buildroot}/usr/bin
|
|
cp jx %{buildroot}/usr/bin/jx
|
|
|
|
%files
|
|
%license LICENSE
|
|
#%doc add-docs-here
|
|
%{_bindir}/jx
|
|
|
|
|
|
%changelog
|
|
* Sun May 26 2024 Matthew Rich <matthewrich.conf@gmail.com> v0.2.2
|
|
-
|