mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
muon: update to 0.2.0.
This commit is contained in:
parent
6d3a4dbdbe
commit
43d61bb74b
1 changed files with 6 additions and 6 deletions
|
@ -1,23 +1,23 @@
|
||||||
# Template file for 'muon'
|
# Template file for 'muon'
|
||||||
pkgname=muon
|
pkgname=muon
|
||||||
version=0.1.0
|
version=0.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper=qemu
|
build_helper="qemu"
|
||||||
configure_args="
|
configure_args="
|
||||||
-Dlibcurl=enabled
|
-Dlibcurl=enabled
|
||||||
-Dlibarchive=enabled
|
-Dlibarchive=enabled
|
||||||
-Dlibpkgconf=enabled
|
-Dlibpkgconf=enabled
|
||||||
-Dsamurai=disabled
|
-Dsamurai=disabled
|
||||||
-Dbestline=enabled"
|
-Dbestline=enabled"
|
||||||
hostmakedepends="pkg-config samurai cmake"
|
hostmakedepends="pkg-config samurai cmake scdoc"
|
||||||
makedepends="pkgconf-devel libcurl-devel libarchive-devel"
|
makedepends="pkgconf-devel libcurl-devel libarchive-devel"
|
||||||
depends="samurai"
|
depends="samurai"
|
||||||
checkdepends="git"
|
|
||||||
short_desc="Meson implementation in C"
|
short_desc="Meson implementation in C"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-3.0-only, Apache-2.0"
|
license="GPL-3.0-only, Apache-2.0"
|
||||||
homepage="https://muon.build"
|
homepage="https://muon.build"
|
||||||
changelog="https://git.sr.ht/~lattis/muon/refs/$version"
|
changelog="https://muon.build/releases/v${version}/docs/release_notes.html"
|
||||||
distfiles="https://git.sr.ht/~lattis/muon/archive/$version.tar.gz"
|
distfiles="https://git.sr.ht/~lattis/muon/archive/$version.tar.gz"
|
||||||
checksum="9d3825c2d562f8f8ad96d1f02167e89c4e84973decf205d127efd9293d7da35b"
|
checksum=d73db1be5388821179a25a15ba76fd59a8bf7c8709347a4ec2cb91755203f36c
|
||||||
|
make_check_pre="env PATH=/usr/libexec/chroot-git:${PATH}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue