Files
packages/anda/tools/buildsys/muon/muon.spec
T
Raboneko 62a0b27cdb bump: muon (#2140) (#2166)
Also add update.rhai

(cherry picked from commit fd155d243a)

Co-authored-by: madomado <madonuko@outlook.com>
2024-10-04 22:24:04 +08:00

39 lines
883 B
RPMSpec

Name: muon
Version: 0.3.0
Release: 1%{?dist}
Summary: A meson-compatible build system
# muon is licensed under the GPL version 3 (see LICENSE). Tests under tests/project were copied from the meson project tests and are licensed under Apache 2.0.
License: GPL-3.0 AND Apache-2.0
URL: https://muon.build/
Source: https://git.sr.ht/~lattis/muon/archive/%{version}.tar.gz
BuildRequires: meson
BuildRequires: gcc
BuildRequires: cmake
BuildRequires: libcurl-devel
BuildRequires: libarchive-devel
BuildRequires: libpkgconf-devel
BuildRequires: scdoc
%description
An implementation of the meson build system in c99 with minimal dependencies.
%prep
%autosetup
%build
%meson -Dtracy=disabled
%meson_build
%install
%meson_install
%files
/usr/bin/muon
%{_mandir}/man1/muon*
%{_mandir}/man5/meson*
%changelog
%autochangelog