mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-03 02:12:18 +00:00
6acd48643b
* chore: sync with Terra 38 * bump: libappimage * fix(ci): add lint and `dnf in` tests * fix(ci): bump commit-comment to @v2 Signed-off-by: madomado <wboy111@outlook.com> --------- Signed-off-by: madomado <wboy111@outlook.com>
39 lines
883 B
RPMSpec
39 lines
883 B
RPMSpec
Name: muon
|
|
Version: 0.2.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
|