a92d370caa
Generated with: git ls-files 'srcpkgs/**/patches/*' | cut -d/ -f2 | uniq | xargs printf 'srcpkgs/%s/template\n' | xargs grep -L 'patch_args=' | xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
19 lines
594 B
Bash
19 lines
594 B
Bash
# Template file for 'cclive'
|
|
pkgname=cclive
|
|
version=0.9.3
|
|
revision=5
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="boost-devel pcre-devel libcurl-devel libquvi-devel glibmm-devel"
|
|
short_desc="Commandline downloader for popular video websites"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="AGPL-3.0-or-later"
|
|
homepage="http://cclive.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
|
checksum=2edeaf5d76455723577e0b593f0322a97f1e0c8b0cffcc70eca8b5d17374a495
|
|
CPPFLAGS="-P"
|
|
patch_args=-Np0
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|