mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-06 11:52:17 +00:00
9bbe91be03
* fix(lint): prismlauncher* fluent-icon-theme * fix(lint): fix lints for 6 packages (#578) * fix(lint): fix rpmlint lints for youki package * fix(lint): fix rpmlint lints for xdg-desktop-portal-pantheon * fix(lint): fix rpmlint lints for wingpanel package * fix(lint): fix rpmlint lints for wingpanel-indicator-sound package * fix(lint): fix rpmlint lints for wingpanel-indicator-session package * fix(lint): fix rpmlint lints for wingpanel-indicator-power package * fix(lint): * * fix random typos * feat: revert anda/desktops * fix: armcord-bin authy blahaj * fix: ... anki authy discord~ aya~sound groovy kotlin libappimage qt5-pim * fix: ... qdjango moby-buildx nim-nightly nim system76-scheduler unity-scope-home kondo pop-launcher fuc graalvm vala-lint-nightly * fix: armcord-bin authy blahaj groovy * fix: ... libappimage moby0buildx nim-nightly nim system76-scheduler subatomic * fix blahaj * fix: kondo * fix: libappimage moby-buildx system76-scheduler nim-nightly * fix: subatomic * fix: subatomic * fix: nim * Update anki.spec Signed-off-by: madomado <wboy111@outlook.com> * fix: libappimage nim-nightly * fix: moby-buildx subatomic * fix: moby-buildx subatomic --------- Signed-off-by: madomado <wboy111@outlook.com> Co-authored-by: HTGAzureX1212 <39023054+HTG-YT@users.noreply.github.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
|