mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
ncmpc: update to 0.33.
This commit is contained in:
parent
346114eb02
commit
705a779d2d
1 changed files with 4 additions and 3 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'ncmpc'
|
# Template file for 'ncmpc'
|
||||||
pkgname=ncmpc
|
pkgname=ncmpc
|
||||||
version=0.32
|
version=0.33
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config"
|
configure_args="-Dlirc=disabled"
|
||||||
|
hostmakedepends="pkg-config python3-Sphinx"
|
||||||
makedepends="boost-devel libmpdclient-devel ncurses-devel pcre-devel"
|
makedepends="boost-devel libmpdclient-devel ncurses-devel pcre-devel"
|
||||||
short_desc="Ncurses-based mpd client"
|
short_desc="Ncurses-based mpd client"
|
||||||
maintainer="Getty Ritter <gettyritter@gmail.com>"
|
maintainer="Getty Ritter <gettyritter@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.musicpd.org/clients/ncmpc/"
|
homepage="https://www.musicpd.org/clients/ncmpc/"
|
||||||
distfiles="https://www.musicpd.org/download/ncmpc/0/ncmpc-${version}.tar.xz"
|
distfiles="https://www.musicpd.org/download/ncmpc/0/ncmpc-${version}.tar.xz"
|
||||||
checksum=085c85f4c68e4d4c643faa140bf3f118f191011ccc395a37f4be70c56ec001ac
|
checksum=94e04a34854015aa013b43ec15b578f4541d077cf7ae5bf7c0944475673fd7a5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/examples/ncmpc
|
vmkdir usr/share/examples/ncmpc
|
||||||
|
|
Loading…
Add table
Reference in a new issue