From 5277327d8adfaffcd23b8efe71206ec7f7706f5b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 13 Feb 2023 10:24:30 +0100 Subject: [PATCH] New package: muon-0.2.0 --- srcpkgs/muon/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/muon/template diff --git a/srcpkgs/muon/template b/srcpkgs/muon/template new file mode 100644 index 000000000000..310187b9aac5 --- /dev/null +++ b/srcpkgs/muon/template @@ -0,0 +1,23 @@ +# Template file for 'muon' +pkgname=muon +version=0.1.0 +revision=1 +build_style=meson +build_helper=qemu +configure_args=" + -Dlibcurl=enabled + -Dlibarchive=enabled + -Dlibpkgconf=enabled + -Dsamurai=disabled + -Dbestline=enabled" +hostmakedepends="pkg-config samurai cmake" +makedepends="pkgconf-devel libcurl-devel libarchive-devel" +depends="samurai" +checkdepends="git" +short_desc="Meson implementation in C" +maintainer="Enno Boland " +license="GPL-3.0-only, Apache-2.0" +homepage="https://muon.build" +changelog="https://git.sr.ht/~lattis/muon/refs/$version" +distfiles="https://git.sr.ht/~lattis/muon/archive/$version.tar.gz" +checksum="9d3825c2d562f8f8ad96d1f02167e89c4e84973decf205d127efd9293d7da35b"