mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 02:23:51 +02:00
New package: kew-3.3.2
This commit is contained in:
parent
711ed45991
commit
e76cef1708
1 changed files with 23 additions and 0 deletions
23
srcpkgs/kew/template
Normal file
23
srcpkgs/kew/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'kew'
|
||||
pkgname=kew
|
||||
version=3.3.2
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="faad2-devel libnotify-devel taglib-devel chafa-devel ffmpeg-devel fftw-devel
|
||||
freeimage-devel libglib-devel libogg-devel libvorbis-devel opus-devel opusfile-devel
|
||||
libcurl-devel"
|
||||
short_desc="Command-line music player"
|
||||
maintainer="Mihail Ivanchev <contact@ivanchev.net>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/ravachol/kew"
|
||||
changelog="https://github.com/ravachol/kew/releases"
|
||||
distfiles="https://github.com/ravachol/kew/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=fb9370e78da2861cbae9ebf2b16e77a4fbba964999fd19e311184b50b117a6ca
|
||||
|
||||
pre_build() {
|
||||
if [ "$XBPS_CROSS_BUILD" ]; then
|
||||
vsed -i Makefile -e 's:-fcf-protection::'
|
||||
fi
|
||||
}
|
Loading…
Add table
Reference in a new issue