-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathtemplate
More file actions
23 lines (22 loc) · 791 Bytes
/
template
File metadata and controls
23 lines (22 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Template file for 'kew'
pkgname=kew
version=4.0.0
revision=1
build_style=gnu-makefile
make_use_env=yes
hostmakedepends="pkg-config"
makedepends="faad2-devel libnotify-devel taglib-devel chafa-devel ffmpeg6-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=6162d87db4013b0611eafb2b0ec1c7882d28b8d703dc9593dc38a3ad2e88f787
pre_build() {
if [ "$XBPS_CROSS_BUILD" ]; then
vsed -i Makefile -e 's:-fcf-protection::'
fi
}