void-packages/srcpkgs/muon/template

24 lines
777 B
Bash
Raw Normal View History

2023-02-13 10:24:30 +01:00
# Template file for 'muon'
pkgname=muon
2023-06-10 14:11:03 +05:30
version=0.2.0
2023-02-13 10:24:30 +01:00
revision=1
build_style=meson
2023-06-10 14:11:03 +05:30
build_helper="qemu"
2023-02-13 10:24:30 +01:00
configure_args="
-Dlibcurl=enabled
-Dlibarchive=enabled
-Dlibpkgconf=enabled
-Dsamurai=disabled
-Dbestline=enabled"
2023-06-10 14:11:03 +05:30
hostmakedepends="pkg-config samurai cmake scdoc"
2023-02-13 10:24:30 +01:00
makedepends="pkgconf-devel libcurl-devel libarchive-devel"
depends="samurai"
short_desc="Meson implementation in C"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-only, Apache-2.0"
homepage="https://muon.build"
2023-06-10 14:11:03 +05:30
changelog="https://muon.build/releases/v${version}/docs/release_notes.html"
2023-02-13 10:24:30 +01:00
distfiles="https://git.sr.ht/~lattis/muon/archive/$version.tar.gz"
2023-06-10 14:11:03 +05:30
checksum=d73db1be5388821179a25a15ba76fd59a8bf7c8709347a4ec2cb91755203f36c
make_check_pre="env PATH=/usr/libexec/chroot-git:${PATH}"