From e42809e4dc90c608b0e53aaa203b276df2548cfe 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.1.0 --- srcpkgs/muon/template | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 srcpkgs/muon/template diff --git a/srcpkgs/muon/template b/srcpkgs/muon/template new file mode 100644 index 000000000000..6b8b1c3f84fa --- /dev/null +++ b/srcpkgs/muon/template @@ -0,0 +1,30 @@ +# 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=enabled + -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 + https://mochiro.moe/wrap/samurai-1.2-32-g81cef5d.tar.gz" +checksum="9d3825c2d562f8f8ad96d1f02167e89c4e84973decf205d127efd9293d7da35b + 68f300b5272ac1e1a58ef38b693b91e81d00d0641042b55b46f8976387690a87" +build_wrksrc="${pkgname}-${version}" + +pre_configure() { + ln -fsr ../samurai subprojects/samurai +}