vimpc: build without boost

This commit is contained in:
Đoàn Trần Công Danh 2025-08-13 15:24:43 +07:00
parent d55ee52dfc
commit ce2cbfa1e8

View file

@ -1,12 +1,12 @@
# Template file for 'vimpc'
pkgname=vimpc
version=0.09.2
revision=2
revision=3
build_style=gnu-configure
configure_args="--with-boost --with-taglib"
configure_args="--without-boost"
hostmakedepends="autoconf automake pkg-config"
makedepends="ncurses-devel libglib-devel libmpdclient-devel
pcre-devel boost-devel taglib-devel libcurl-devel"
pcre-devel taglib-devel libcurl-devel"
short_desc="Ncurses based mpd client with vi like key bindings"
maintainer="Nicolas Porcel <nicolasporcel06@gmail.com>"
license="GPL-3.0-or-later"